Skip to content

Commit 2c0d056

Browse files
committed
[flang] Fix FIRSupport build race condition with HLFIRDialect
FIRSupports includes headers from HLFIRDialect that are generated at compile time. Therefore it must wait until these headers have been generated. Fix flang bot failures: https://lab.llvm.org/buildbot/#/builders/173/builds/10304
1 parent 211cf8a commit 2c0d056

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flang/lib/Optimizer/Support/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ add_flang_library(FIRSupport
88

99
DEPENDS
1010
FIROpsIncGen
11+
HLFIROpsIncGen
1112
MLIRIR
1213
${dialect_libs}
1314

0 commit comments

Comments
 (0)