[llvm] [Offload] Enable mlir and flang in bot build (PR #124915)
Jan Patrick Lehr via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 29 04:16:05 PST 2025
https://github.com/jplehr created https://github.com/llvm/llvm-project/pull/124915
This enables more projects in the CMake cache to add them to the buildbot coverage in the AMDGPU buildbots.
>From 54ea195ec2c0e06dcd9fb034dbcec886f1db884e Mon Sep 17 00:00:00 2001
From: JP Lehr <JanPatrick.Lehr at amd.com>
Date: Wed, 29 Jan 2025 06:14:11 -0600
Subject: [PATCH] [Offload] Enable mlir and flang in bot build
This enables more projects in the CMake cache to add them to the
buildbot coverage in the AMDGPU buildbots.
---
offload/cmake/caches/AMDGPUBot.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 "")
More information about the llvm-commits
mailing list