Skip to content

Commit e1616f7

Browse files
committed
Adding dependency to FIRCodeGen to fix buildbots
1 parent be51ef4 commit e1616f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flang/lib/Optimizer/Analysis/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ add_flang_library(FIRAnalysis
66
FIRDialect
77
FIRSupport
88
HLFIRDialect
9+
FIRCodeGen
910

1011
LINK_LIBS
1112
FIRBuilder
1213
FIRDialect
1314
FIRSupport
1415
HLFIRDialect
16+
FIRCodeGen
1517

1618
MLIR_DEPS
1719
MLIRIR

0 commit comments

Comments
 (0)