Skip to content

Commit d412fe5

Browse files
authored
[Offload] Enable mlir and flang in bot build (#124915)
This enables more projects in the CMake cache to add them to the buildbot coverage in the AMDGPU buildbots.
1 parent 008e162 commit d412fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offload/cmake/caches/AMDGPUBot.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set(BUILD_SHARED_LIBS ON CACHE BOOL "")
99
set(CMAKE_C_COMPILER_LAUNCHER ccache CACHE STRING "")
1010
set(CMAKE_CXX_COMPILER_LAUNCHER ccache CACHE STRING "")
1111

12-
set(LLVM_ENABLE_PROJECTS "clang;lld" CACHE STRING "")
12+
set(LLVM_ENABLE_PROJECTS "clang;lld;mlir;flang" CACHE STRING "")
1313
set(LLVM_ENABLE_RUNTIMES "compiler-rt;openmp;offload" CACHE STRING "")
1414

1515
set(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR ON CACHE BOOL "")

0 commit comments

Comments
 (0)