Skip to content

Commit 055864c

Browse files
authored
Enable libarcher in LLVM releases (#172310)
It was disabled due to #170138, which is fixed now.
1 parent ed5589b commit 055864c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/cmake/caches/Release.cmake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,6 @@ endif()
165165
# Final Stage Config (stage2)
166166
set_final_stage_var(LLVM_ENABLE_RUNTIMES "${LLVM_RELEASE_ENABLE_RUNTIMES}" STRING)
167167
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)
171168
if (${CMAKE_HOST_SYSTEM_NAME} MATCHES "Linux")
172169
set_final_stage_var(CLANG_BOLT "INSTRUMENT" STRING)
173170
endif()

0 commit comments

Comments
 (0)