Skip to content

Commit ee76bda

Browse files
authored
[flang] Move FIRSupport dependency to correct place (llvm#125697)
This library is provided by flang, not MLIR, so it should not be part of MLIR_LIBS. Fixes an issue introduced in llvm#120966.
1 parent eae6d6d commit ee76bda

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)