Skip to content

Commit 2c2a368

Browse files
committed
Revert "[flang][cmake] Re-apply "Fix bcc dependencies (#125822)""
This reverts commit 97cf061.
1 parent 8a06436 commit 2c2a368

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

flang/tools/bbc/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ target_link_libraries(bbc PRIVATE
3030
flangFrontend
3131
flangPasses
3232
FlangOpenMPTransforms
33-
FortranCommon
34-
FortranParser
35-
FortranEvaluate
36-
FortranSemantics
37-
FortranLower
3833
)
3934

4035
mlir_target_link_libraries(bbc PRIVATE
4136
${dialect_libs}
4237
${extension_libs}
4338
MLIRAffineToStandard
4439
MLIRSCFToControlFlow
40+
FortranSupport
41+
FortranParser
42+
FortranEvaluate
43+
FortranSemantics
44+
FortranLower
4545
)

0 commit comments

Comments
 (0)