Skip to content

Commit 98486bd

Browse files
authored
LLVM_ENABLE_RUNTIMES=flang-rt for ppc64-flang-aix (#391)
Add `depends_on_projects=['flang-rt']`, and `checks=['check-flang-rt']` to the ppc64-flang-aix builder. The prepares the removal of the "projects" build of the flang runtime in llvm/llvm-project#124126. Split off from #333 Affected builders: * ppc64-flang-aix Affected workers: * ppc64-flang-aix-test (production) Admins listed for those workers: * LLVM on Power <[email protected]> * Mark Danial <[email protected]>
1 parent 790d1f5 commit 98486bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildbot/osuosl/master/config/builders.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2548,8 +2548,8 @@
25482548
'builddir': 'ppc64-flang-aix-build',
25492549
'factory' : UnifiedTreeBuilder.getCmakeWithNinjaBuildFactory(
25502550
clean=False,
2551-
depends_on_projects=['llvm', 'mlir', 'clang', 'flang', 'compiler-rt', 'openmp'],
2552-
checks=['check-flang'],
2551+
depends_on_projects=['llvm', 'mlir', 'clang', 'flang', 'flang-rt', 'compiler-rt', 'openmp'],
2552+
checks=['check-flang', 'check-flang-rt'],
25532553
extra_configure_args=[
25542554
'-DLLVM_DEFAULT_TARGET_TRIPLE=powerpc64-ibm-aix',
25552555
'-DLLVM_INSTALL_UTILS=ON',

0 commit comments

Comments
 (0)