Skip to content

Commit

Permalink
LLVM_ENABLE_RUNTIMES=flang-rt for ppc64-flang-aix (#391)
Browse files Browse the repository at this point in the history
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 <powerllvm@ca.ibm.com>
 * Mark Danial <mark.danial@ibm.com>
  • Loading branch information
Meinersbur authored Feb 26, 2025
1 parent 790d1f5 commit 98486bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildbot/osuosl/master/config/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -2548,8 +2548,8 @@
'builddir': 'ppc64-flang-aix-build',
'factory' : UnifiedTreeBuilder.getCmakeWithNinjaBuildFactory(
clean=False,
depends_on_projects=['llvm', 'mlir', 'clang', 'flang', 'compiler-rt', 'openmp'],
checks=['check-flang'],
depends_on_projects=['llvm', 'mlir', 'clang', 'flang', 'flang-rt', 'compiler-rt', 'openmp'],
checks=['check-flang', 'check-flang-rt'],
extra_configure_args=[
'-DLLVM_DEFAULT_TARGET_TRIPLE=powerpc64-ibm-aix',
'-DLLVM_INSTALL_UTILS=ON',
Expand Down

0 comments on commit 98486bd

Please sign in to comment.