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 bf3e961 commit 5845f09Copy full SHA for 5845f09
clang/cmake/caches/llvm-toolchain/stage2.cmake
@@ -13,4 +13,5 @@ set(LLVM_STATIC_LINK_CXX_STDLIB ON CACHE BOOL "")
13
set(CLANG_BOLT "INSTRUMENT" CACHE STRING "")
14
set(CMAKE_EXE_LINKER_FLAGS "-Wl,--emit-relocs,-znow -rtlib=compiler-rt --unwindlib=libunwind -static-libgcc" CACHE STRING "")
15
set(CMAKE_SHARED_LINKER_FLAGS "-rtlib=compiler-rt --unwindlib=libunwind -static-libgcc" CACHE STRING "")
16
+set(CMAKE_MODULE_LINKER_FLAGS "-rtlib=compiler-rt --unwindlib=libunwind -static-libgcc" CACHE STRING "")
17
set(LLVM_DISTRIBUTION_COMPONENTS clang lld runtimes clang-resource-headers CACHE STRING "")
0 commit comments