Skip to content

Commit 68578b3

Browse files
authored
[Offload][AMDGPU] LLVM_ENABLE_RUNTIMES=flang-rt for amdgpu-offload-* (#129692)
Enable the LLVM_ENABLE_RUNTIMES=flang-rt build of the Fortran runtime for the amdgpu-offload-* buildbots. This pre-population cmake cache files is referred to by the llvm-zorg annotated builder factory [script](https://github.com/llvm/llvm-zorg/blob/872f477610d83821c9f1368c969006789b21011b/zorg/buildbot/builders/annotated/amdgpu-offload-cmake.py#L26). The corresponding change in llvm-zorg is llvm/llvm-zorg#402
1 parent af755af commit 68578b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offload/cmake/caches/AMDGPUBot.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set(CMAKE_C_COMPILER_LAUNCHER ccache CACHE STRING "")
1010
set(CMAKE_CXX_COMPILER_LAUNCHER ccache CACHE STRING "")
1111

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

1515
set(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR ON CACHE BOOL "")
1616
set(LLVM_ENABLE_ASSERTIONS ON CACHE BOOL "")

0 commit comments

Comments
 (0)