Skip to content

Commit a902e09

Browse files
authored
[flang] Update build config for PowerPC (#294)
1 parent 6fb44c4 commit a902e09

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
@@ -2417,7 +2417,7 @@
24172417
'builddir': 'ppc64le-flang-rhel-clang-build',
24182418
'factory' : UnifiedTreeBuilder.getCmakeWithNinjaBuildFactory(
24192419
clean=True,
2420-
depends_on_projects=['llvm', 'mlir', 'clang', 'flang'],
2420+
depends_on_projects=['llvm', 'mlir', 'clang', 'flang','openmp'],
24212421
checks=['check-flang'],
24222422
extra_configure_args=[
24232423
'-DLLVM_TARGETS_TO_BUILD=PowerPC',

0 commit comments

Comments
 (0)