We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23415f commit 5d39782Copy full SHA for 5d39782
flang/tools/bbc/CMakeLists.txt
@@ -30,16 +30,16 @@ target_link_libraries(bbc PRIVATE
30
flangFrontend
31
flangPasses
32
FlangOpenMPTransforms
33
+ FortranCommon
34
+ FortranParser
35
+ FortranEvaluate
36
+ FortranSemantics
37
+ FortranLower
38
)
39
40
mlir_target_link_libraries(bbc PRIVATE
41
${dialect_libs}
42
${extension_libs}
43
MLIRAffineToStandard
44
MLIRSCFToControlFlow
- FortranSupport
- FortranParser
- FortranEvaluate
- FortranSemantics
- FortranLower
45
0 commit comments