Skip to content

Commit 60efe18

Browse files
authored
[AIX] [Flang] Add openmp runtime to the flang AIX build (#378)
Include openmp runtime in flang AIX build
1 parent e229711 commit 60efe18

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
@@ -2541,7 +2541,7 @@
25412541
'builddir': 'ppc64-flang-aix-build',
25422542
'factory' : UnifiedTreeBuilder.getCmakeWithNinjaBuildFactory(
25432543
clean=False,
2544-
depends_on_projects=['llvm', 'mlir', 'clang', 'flang', 'compiler-rt'],
2544+
depends_on_projects=['llvm', 'mlir', 'clang', 'flang', 'compiler-rt', 'openmp'],
25452545
checks=['check-flang'],
25462546
extra_configure_args=[
25472547
'-DLLVM_DEFAULT_TARGET_TRIPLE=powerpc64-ibm-aix',

0 commit comments

Comments
 (0)