Skip to content

Commit 2186fb2

Browse files
authored
[AMDGPU] CMake-cache bots depend on MLIR and flang (#368)
Additional projects got added in llvm/llvm-project#124915
1 parent 267ca50 commit 2186fb2

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
@@ -1957,7 +1957,7 @@
19571957
'workernames' : ["rocm-docker-ubu-22"],
19581958
'builddir': "amdgpu-offload-ubuntu-22-cmake-build-only",
19591959
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
1960-
depends_on_projects=["llvm", "clang", "lld", "compiler-rt", "libcxx", "libcxxabi", "openmp", "offload", "libunwind"],
1960+
depends_on_projects=["llvm", "clang", "flang", "mlir", "lld", "compiler-rt", "libcxx", "libcxxabi", "openmp", "offload", "libunwind"],
19611961
script="amdgpu-offload-cmake.py",
19621962
checkout_llvm_sources=True,
19631963
script_interpreter=None
@@ -1968,7 +1968,7 @@
19681968
'workernames' : ["rocm-docker-rhel-9"],
19691969
'builddir': "amdgpu-offload-rhel-9-cmake-build-only",
19701970
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
1971-
depends_on_projects=["llvm", "clang", "lld", "compiler-rt", "libcxx", "libcxxabi", "openmp", "offload", "libunwind"],
1971+
depends_on_projects=["llvm", "clang", "flang", "mlir", "lld", "compiler-rt", "libcxx", "libcxxabi", "openmp", "offload", "libunwind"],
19721972
script="amdgpu-offload-cmake.py",
19731973
checkout_llvm_sources=True,
19741974
script_interpreter=None
@@ -1979,7 +1979,7 @@
19791979
'workernames' : ["rocm-docker-rhel-8"],
19801980
'builddir': "amdgpu-offload-rhel-8-cmake-build-only",
19811981
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
1982-
depends_on_projects=["llvm", "clang", "lld", "compiler-rt", "libcxx", "libcxxabi", "offload", "openmp", "libunwind"],
1982+
depends_on_projects=["llvm", "clang", "flang", "mlir", "lld", "compiler-rt", "libcxx", "libcxxabi", "offload", "openmp", "libunwind"],
19831983
script="amdgpu-offload-cmake.py",
19841984
checkout_llvm_sources=True,
19851985
script_interpreter=None

0 commit comments

Comments
 (0)