Skip to content

Commit 7745a4c

Browse files
committed
[flang] Move FIRSupport dependency to correct place (#125697)
This library is provided by flang, not MLIR, so it should not be part of MLIR_LIBS. Fixes an issue introduced in #120966. (cherry picked from commit ee76bda)
1 parent 86f0bbc commit 7745a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Optimizer/Analysis/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ add_flang_library(FIRAnalysis
1212
LINK_LIBS
1313
FIRBuilder
1414
FIRDialect
15+
FIRSupport
1516
HLFIRDialect
1617

1718
MLIR_LIBS
1819
MLIRFuncDialect
1920
MLIRLLVMDialect
2021
MLIRMathTransforms
2122
MLIROpenMPDialect
22-
FIRSupport
2323
)

0 commit comments

Comments
 (0)