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.
29 lines
479 B
29 lines
479 B
get_property(dialect_libs GLOBAL PROPERTY MLIR_DIALECT_LIBS)
|
|
|
|
add_flang_library(FIROptimizer
|
|
Dialect/FIRAttr.cpp
|
|
Dialect/FIRDialect.cpp
|
|
Dialect/FIROps.cpp
|
|
Dialect/FIRType.cpp
|
|
|
|
Support/InternalNames.cpp
|
|
Support/KindMapping.cpp
|
|
|
|
Transforms/Inliner.cpp
|
|
|
|
DEPENDS
|
|
FIROpsIncGen
|
|
FIROptTransformsPassIncGen
|
|
${dialect_libs}
|
|
|
|
LINK_LIBS
|
|
${dialect_libs}
|
|
MLIRTargetLLVMIR
|
|
MLIRTargetLLVMIRModuleTranslation
|
|
|
|
LINK_COMPONENTS
|
|
AsmParser
|
|
AsmPrinter
|
|
Remarks
|
|
)
|