Skip to content

Commit 25174e7

Browse files
Meinersburfrederik-h
authored andcommitted
Reapply "[Offload][AMDGPU] LLVM_ENABLE_RUNTIMES=flang-rt for amdgpu-offload-*" (llvm#130274)
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 This reverts commit e296fb8. The worker of amdgpu-offload-rhel-8-cmake-build-only has been updated with a newer version of Ninja that supports Fortran.
1 parent 7a56a34 commit 25174e7

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
@@ -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)