Skip to content

Commit 3aed80e

Browse files
authored
[AMDGPU] Add libcxx as listened-to project (#597)
we are going to enable building libcxx for the device on that builder and hence need to listen to changes in that project.
1 parent bedfa3d commit 3aed80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2082,7 +2082,7 @@
20822082
# We would like to never collapse, but it seems the load is too high on that system to keep up.
20832083
'builddir': "openmp-offload-libc-amdgpu-runtime",
20842084
'factory' : AnnotatedBuilder.getAnnotatedBuildFactory(
2085-
depends_on_projects=['llvm', 'clang', 'compiler-rt', 'lld', 'libc', 'offload', 'openmp', 'libunwind'],
2085+
depends_on_projects=['llvm', 'clang', 'compiler-rt', 'lld', 'libc', 'libcxx', 'libcxxabi', 'offload', 'openmp', 'libunwind'],
20862086
script='amdgpu-offload-cmake.py',
20872087
extra_args=['--cmake-file=AMDGPULibcBot.cmake'],
20882088
checkout_llvm_sources=True,

0 commit comments

Comments
 (0)