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 ed5589b commit 055864cCopy full SHA for 055864c
clang/cmake/caches/Release.cmake
@@ -165,9 +165,6 @@ endif()
165
# Final Stage Config (stage2)
166
set_final_stage_var(LLVM_ENABLE_RUNTIMES "${LLVM_RELEASE_ENABLE_RUNTIMES}" STRING)
167
set_final_stage_var(LLVM_ENABLE_PROJECTS "${LLVM_RELEASE_ENABLE_PROJECTS}" STRING)
168
-# Don't build libarcher due to:
169
-# https://github.com/llvm/llvm-project/issues/170138
170
-set_final_stage_var(LIBOMP_ARCHER_SUPPORT "OFF" BOOL)
171
if (${CMAKE_HOST_SYSTEM_NAME} MATCHES "Linux")
172
set_final_stage_var(CLANG_BOLT "INSTRUMENT" STRING)
173
endif()
0 commit comments