Skip to content

Conversation

@luporl
Copy link
Contributor

@luporl luporl commented Dec 15, 2025

It was disabled due to #170138, which is fixed now.

It was disabled due to llvm#170138, that is fixed now.
@llvmbot llvmbot added the clang Clang issues not falling into any other category label Dec 15, 2025
@llvmbot
Copy link
Member

llvmbot commented Dec 15, 2025

@llvm/pr-subscribers-clang

Author: Leandro Lupori (luporl)

Changes

It was disabled due to #170138, which is fixed now.


Full diff: https://github.com/llvm/llvm-project/pull/172310.diff

1 Files Affected:

  • (modified) clang/cmake/caches/Release.cmake (-3)
diff --git a/clang/cmake/caches/Release.cmake b/clang/cmake/caches/Release.cmake
index a55a2ba4db02c..efe20a201dbc9 100644
--- a/clang/cmake/caches/Release.cmake
+++ b/clang/cmake/caches/Release.cmake
@@ -165,9 +165,6 @@ endif()
 # Final Stage Config (stage2)
 set_final_stage_var(LLVM_ENABLE_RUNTIMES "${LLVM_RELEASE_ENABLE_RUNTIMES}" STRING)
 set_final_stage_var(LLVM_ENABLE_PROJECTS "${LLVM_RELEASE_ENABLE_PROJECTS}" STRING)
-# Don't build libarcher due to:
-# https://github.com/llvm/llvm-project/issues/170138
-set_final_stage_var(LIBOMP_ARCHER_SUPPORT "OFF" BOOL)
 if (${CMAKE_HOST_SYSTEM_NAME} MATCHES "Linux")
   set_final_stage_var(CLANG_BOLT "INSTRUMENT" STRING)
 endif()

@luporl luporl requested a review from tstellar December 15, 2025 21:58
@luporl luporl merged commit 055864c into llvm:main Dec 16, 2025
21 of 22 checks passed
@luporl luporl deleted the luporl-release-enable-archer branch December 16, 2025 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

clang Clang issues not falling into any other category

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants