Skip to content

Commit

Permalink
[flang] Update build config for PowerPC (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkwli authored Nov 6, 2024
1 parent 6fb44c4 commit a902e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot/osuosl/master/config/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -2417,7 +2417,7 @@
'builddir': 'ppc64le-flang-rhel-clang-build',
'factory' : UnifiedTreeBuilder.getCmakeWithNinjaBuildFactory(
clean=True,
depends_on_projects=['llvm', 'mlir', 'clang', 'flang'],
depends_on_projects=['llvm', 'mlir', 'clang', 'flang','openmp'],
checks=['check-flang'],
extra_configure_args=[
'-DLLVM_TARGETS_TO_BUILD=PowerPC',
Expand Down

0 comments on commit a902e09

Please sign in to comment.