Skip to content

[Offload] Enable mlir and flang in bot build #124915

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

jplehr
Copy link
Contributor

@jplehr jplehr commented Jan 29, 2025

This enables more projects in the CMake cache to add them to the buildbot coverage in the AMDGPU buildbots.

This enables more projects in the CMake cache to add them to the
buildbot coverage in the AMDGPU buildbots.
@llvmbot
Copy link
Member

llvmbot commented Jan 29, 2025

@llvm/pr-subscribers-offload

@llvm/pr-subscribers-backend-amdgpu

Author: Jan Patrick Lehr (jplehr)

Changes

This enables more projects in the CMake cache to add them to the buildbot coverage in the AMDGPU buildbots.


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

1 Files Affected:

  • (modified) offload/cmake/caches/AMDGPUBot.cmake (+1-1)
diff --git a/offload/cmake/caches/AMDGPUBot.cmake b/offload/cmake/caches/AMDGPUBot.cmake
index 405abcc28f98d6..f04f3de2cb1456 100644
--- a/offload/cmake/caches/AMDGPUBot.cmake
+++ b/offload/cmake/caches/AMDGPUBot.cmake
@@ -9,7 +9,7 @@ set(BUILD_SHARED_LIBS ON CACHE BOOL "")
 set(CMAKE_C_COMPILER_LAUNCHER ccache CACHE STRING "")
 set(CMAKE_CXX_COMPILER_LAUNCHER ccache CACHE STRING "")
 
-set(LLVM_ENABLE_PROJECTS "clang;lld" CACHE STRING "")
+set(LLVM_ENABLE_PROJECTS "clang;lld;mlir;flang" CACHE STRING "")
 set(LLVM_ENABLE_RUNTIMES "compiler-rt;openmp;offload" CACHE STRING "")
 
 set(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR ON CACHE BOOL "")

@jplehr jplehr requested review from arsenm, ronlieb and jhuber6 January 29, 2025 12:22
jplehr added a commit to jplehr/llvm-zorg that referenced this pull request Jan 29, 2025
@jplehr jplehr merged commit d412fe5 into llvm:main Jan 29, 2025
9 checks passed
gkistanova pushed a commit to llvm/llvm-zorg that referenced this pull request Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants