Skip to content

Commit 8c85550

Browse files
committed
[flang] Fixed build after D142977. Added missing link to HLFIRDialect.
Differential Revision: https://reviews.llvm.org/D142977
1 parent 6109e70 commit 8c85550

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flang/lib/Optimizer/Transforms/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@ add_flang_library(FIRTransforms
2424
LINK_LIBS
2525
FIRBuilder
2626
FIRDialect
27+
FIRSupport
28+
HLFIRDialect
2729
MLIRAffineUtils
2830
MLIRFuncDialect
2931
MLIRLLVMDialect
3032
MLIRMathTransforms
3133
MLIROpenACCDialect
3234
MLIROpenMPDialect
33-
FIRSupport
3435
)

0 commit comments

Comments
 (0)