[llvm] Revert "[Offload][AMDGPU] LLVM_ENABLE_RUNTIMES=flang-rt for amdgpu-offload-*" (PR #130274)

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 7 03:30:05 PST 2025


https://github.com/Meinersbur created https://github.com/llvm/llvm-project/pull/130274

Reverts llvm/llvm-project#129692

The builder amdgpu-offload-rhel-8-cmake-build-only fails because its version of Ninja is too old. At least Ninja 1.10 is required for its support for dependencies between Fortran modules.

https://lab.llvm.org/buildbot/#/builders/204/builds/2696

>From 42752dac2fc6b66b26aea6043dbb907a4c8dd19d Mon Sep 17 00:00:00 2001
From: Michael Kruse <github at meinersbur.de>
Date: Fri, 7 Mar 2025 12:27:51 +0100
Subject: [PATCH] =?UTF-8?q?Revert=20"[Offload][AMDGPU]=20LLVM=5FENABLE=5FR?=
 =?UTF-8?q?UNTIMES=3Dflang-rt=20for=20amdgpu-offload-*=20=E2=80=A6"?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This reverts commit 68578b38cf22eb4a3c46ccd6d6a31e536b0b8cc9.
---
 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 0236f5f0b6987..521841166be82 100644
--- a/offload/cmake/caches/AMDGPUBot.cmake
+++ b/offload/cmake/caches/AMDGPUBot.cmake
@@ -10,7 +10,7 @@ set(CMAKE_C_COMPILER_LAUNCHER ccache CACHE STRING "")
 set(CMAKE_CXX_COMPILER_LAUNCHER ccache CACHE STRING "")
 
 set(LLVM_ENABLE_PROJECTS "clang;lld;mlir;flang" CACHE STRING "")
-set(LLVM_ENABLE_RUNTIMES "compiler-rt;openmp;offload;flang-rt" CACHE STRING "")
+set(LLVM_ENABLE_RUNTIMES "compiler-rt;openmp;offload" CACHE STRING "")
 
 set(LLVM_ENABLE_PER_TARGET_RUNTIME_DIR ON CACHE BOOL "")
 set(LLVM_ENABLE_ASSERTIONS ON CACHE BOOL "")



More information about the llvm-commits mailing list