From 391bd461a6b43a540a850eaa9e4f304061f9b136 Mon Sep 17 00:00:00 2001 From: JP Lehr Date: Tue, 9 Sep 2025 08:04:28 -0500 Subject: [PATCH] [AMDGPU] Add libcxx as listened-to project we are going to enable building libcxx for the device on that builder and hence need to listen to changes in that project. --- buildbot/osuosl/master/config/builders.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot/osuosl/master/config/builders.py b/buildbot/osuosl/master/config/builders.py index 626d98767..d1c2850cf 100644 --- a/buildbot/osuosl/master/config/builders.py +++ b/buildbot/osuosl/master/config/builders.py @@ -2082,7 +2082,7 @@ # We would like to never collapse, but it seems the load is too high on that system to keep up. 'builddir': "openmp-offload-libc-amdgpu-runtime", 'factory' : AnnotatedBuilder.getAnnotatedBuildFactory( - depends_on_projects=['llvm', 'clang', 'compiler-rt', 'lld', 'libc', 'offload', 'openmp', 'libunwind'], + depends_on_projects=['llvm', 'clang', 'compiler-rt', 'lld', 'libc', 'libcxx', 'libcxxabi', 'offload', 'openmp', 'libunwind'], script='amdgpu-offload-cmake.py', extra_args=['--cmake-file=AMDGPULibcBot.cmake'], checkout_llvm_sources=True,