Skip to content

Commit 714a5f1

Browse files
authored
[AMDGPU][Flang] Adds MLIR as dependency (#304)
Since flang depends on MLIR, depend on MLIR for changes to catch problems early.
1 parent 0397cb6 commit 714a5f1

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
@@ -1948,7 +1948,7 @@
19481948
'factory' : OpenMPBuilder.getOpenMPCMakeBuildFactory(
19491949
clean=True,
19501950
enable_runtimes=['compiler-rt', 'openmp', 'offload'],
1951-
depends_on_projects=['llvm','clang','lld', 'offload', 'openmp','flang', 'compiler-rt'],
1951+
depends_on_projects=['llvm','clang','lld', 'offload', 'openmp', 'mlir', 'flang', 'compiler-rt'],
19521952
extraCmakeArgs=[
19531953
"-DCMAKE_BUILD_TYPE=Release",
19541954
"-DCLANG_DEFAULT_LINKER=lld",

0 commit comments

Comments
 (0)