Skip to content

Commit c2ab1fd

Browse files
authored
LLVM_ENABLE_RUNTIMES=flang-rt for amdgpu-offload-* (#402)
Add `depends_on_projects=['flang-rt']`, to the amdgpu-offload-* builders. The prepares the removal of the "projects" build of the flang runtime in llvm/llvm-project#124126. The corresponding change in the LLVM repository is llvm/llvm-project#129692 Affected builders (production): * [amdgpu-offload-ubuntu-22-cmake-build-only](https://lab.llvm.org/buildbot/#/builders/203) * [amdgpu-offload-rhel-9-cmake-build-only](https://lab.llvm.org/buildbot/#/builders/205) * [amdgpu-offload-rhel-8-cmake-build-only](https://lab.llvm.org/buildbot/#/builders/204) Affected workers (production): * [rocm-docker-ubu-22](https://lab.llvm.org/buildbot/#/workers/162) * [rocm-docker-rhel-9](https://lab.llvm.org/buildbot/#/workers/163) * [rocm-docker-rhel-8](https://lab.llvm.org/buildbot/#/workers/164)
1 parent b4146d0 commit c2ab1fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1961,7 +1961,7 @@
19611961
'builddir': "amdgpu-offload-ubuntu-22-cmake-build-only",
19621962
'collapseRequests' : False,
19631963
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
1964-
depends_on_projects=["llvm", "clang", "flang", "mlir", "lld", "compiler-rt", "libcxx", "libcxxabi", "openmp", "offload", "libunwind"],
1964+
depends_on_projects=["llvm", "clang", "flang", "flang-rt", "mlir", "lld", "compiler-rt", "libcxx", "libcxxabi", "openmp", "offload", "libunwind"],
19651965
script="amdgpu-offload-cmake.py",
19661966
checkout_llvm_sources=True,
19671967
script_interpreter=None
@@ -1973,7 +1973,7 @@
19731973
'builddir': "amdgpu-offload-rhel-9-cmake-build-only",
19741974
'collapseRequests' : False,
19751975
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
1976-
depends_on_projects=["llvm", "clang", "flang", "mlir", "lld", "compiler-rt", "libcxx", "libcxxabi", "openmp", "offload", "libunwind"],
1976+
depends_on_projects=["llvm", "clang", "flang", "flang-rt", "mlir", "lld", "compiler-rt", "libcxx", "libcxxabi", "openmp", "offload", "libunwind"],
19771977
script="amdgpu-offload-cmake.py",
19781978
checkout_llvm_sources=True,
19791979
script_interpreter=None
@@ -1985,7 +1985,7 @@
19851985
'builddir': "amdgpu-offload-rhel-8-cmake-build-only",
19861986
'collapseRequests' : False,
19871987
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
1988-
depends_on_projects=["llvm", "clang", "flang", "mlir", "lld", "compiler-rt", "libcxx", "libcxxabi", "offload", "openmp", "libunwind"],
1988+
depends_on_projects=["llvm", "clang", "flang", "flang-rt", "mlir", "lld", "compiler-rt", "libcxx", "libcxxabi", "offload", "openmp", "libunwind"],
19891989
script="amdgpu-offload-cmake.py",
19901990
checkout_llvm_sources=True,
19911991
script_interpreter=None

0 commit comments

Comments
 (0)