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 a705acf commit c568022Copy full SHA for c568022
clang/cmake/caches/Release.cmake
@@ -92,8 +92,7 @@ if (LLVM_RELEASE_ENABLE_LTO)
92
# Enable LTO for the runtimes. We need to configure stage1 clang to default
93
# to using lld as the linker because the stage1 toolchain will be used to
94
# build and link the runtimes.
95
- set(RUNTIMES_CMAKE_ARGS "-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON" CACHE STRING "")
96
- set(LLVM_ENABLE_LLD ON CACHE STRING "")
+ set(RUNTIMES_CMAKE_ARGS "-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON -DLLVM_ENABLE_LLD=ON" CACHE STRING "")
97
endif()
98
99
# Stage 1 Common Config
0 commit comments