Skip to content

Commit

Permalink
[AMDGPU][Flang] Adds MLIR as dependency
Browse files Browse the repository at this point in the history
Since flang depends on MLIR, depend on MLIR for changes to catch
problems early.
  • Loading branch information
jplehr committed Nov 11, 2024
1 parent 0397cb6 commit ae2b946
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 @@ -1948,7 +1948,7 @@
'factory' : OpenMPBuilder.getOpenMPCMakeBuildFactory(
clean=True,
enable_runtimes=['compiler-rt', 'openmp', 'offload'],
depends_on_projects=['llvm','clang','lld', 'offload', 'openmp','flang', 'compiler-rt'],
depends_on_projects=['llvm','clang','lld', 'offload', 'openmp','flang', 'compiler-rt', 'mlir'],
extraCmakeArgs=[
"-DCMAKE_BUILD_TYPE=Release",
"-DCLANG_DEFAULT_LINKER=lld",
Expand Down

0 comments on commit ae2b946

Please sign in to comment.