mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
[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.
This commit is contained in:
@@ -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 "")
|
||||
|
||||
Reference in New Issue
Block a user