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 e0e7d06 commit 70316d3Copy full SHA for 70316d3
compiler-rt/CMakeLists.txt
@@ -497,7 +497,7 @@ else()
497
if(EXISTS ${COMPILER_RT_LLD_PATH}/ AND LLVM_TOOL_LLD_BUILD)
498
set(COMPILER_RT_HAS_LLD TRUE)
499
else()
500
- set(COMPILER_RT_HAS_LLD ${COMPILER_RT_HAS_FUSE_LD_LLD_FLAG})
+ set(COMPILER_RT_HAS_LLD FALSE)
501
endif()
502
503
pythonize_bool(COMPILER_RT_HAS_LLD)
compiler-rt/cmake/config-ix.cmake
@@ -146,7 +146,6 @@ check_library_exists(stdc++ __cxa_throw "" COMPILER_RT_HAS_LIBSTDCXX)
146
147
# Linker flags.
148
check_linker_flag("-Wl,-z,text" COMPILER_RT_HAS_Z_TEXT)
149
-check_linker_flag("-fuse-ld=lld" COMPILER_RT_HAS_FUSE_LD_LLD_FLAG)
150
151
if(ANDROID)
152
check_linker_flag("-Wl,-z,global" COMPILER_RT_HAS_Z_GLOBAL)
0 commit comments