We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356d6b7 commit 21c008dCopy full SHA for 21c008d
compiler-rt/cmake/Modules/AddCompilerRT.cmake
@@ -359,9 +359,6 @@ function(add_compiler_rt_runtime name type)
359
target_link_libraries(${libname} PRIVATE ${builtins_${libname}})
360
endif()
361
if(${type} STREQUAL "SHARED")
362
- if(COMMAND llvm_setup_rpath)
363
- llvm_setup_rpath(${libname})
364
- endif()
365
if(WIN32 AND NOT CYGWIN AND NOT MINGW)
366
set_target_properties(${libname} PROPERTIES IMPORT_PREFIX "")
367
set_target_properties(${libname} PROPERTIES IMPORT_SUFFIX ".lib")
0 commit comments