You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
588 B
38 lines
588 B
7 months ago
|
get_property(dialect_libs GLOBAL PROPERTY MLIR_DIALECT_LIBS)
|
||
|
|
||
|
add_flang_library(FortranLower
|
||
|
CharacterExpr.cpp
|
||
|
CharacterRuntime.cpp
|
||
|
Coarray.cpp
|
||
|
ComplexExpr.cpp
|
||
|
ConvertType.cpp
|
||
|
ConvertExpr.cpp
|
||
|
DoLoopHelper.cpp
|
||
|
FIRBuilder.cpp
|
||
|
IntrinsicCall.cpp
|
||
|
IO.cpp
|
||
|
Mangler.cpp
|
||
|
OpenACC.cpp
|
||
|
OpenMP.cpp
|
||
|
PFTBuilder.cpp
|
||
|
|
||
|
DEPENDS
|
||
|
FIROptimizer
|
||
|
${dialect_libs}
|
||
|
|
||
|
LINK_LIBS
|
||
|
FIROptimizer
|
||
|
${dialect_libs}
|
||
|
FortranCommon
|
||
|
FortranParser
|
||
|
FortranEvaluate
|
||
|
FortranSemantics
|
||
|
MLIRAffineToStandard
|
||
|
MLIRLLVMIR
|
||
|
MLIRSCFToStandard
|
||
|
MLIRStandard
|
||
|
|
||
|
LINK_COMPONENTS
|
||
|
Support
|
||
|
)
|