brintos

brintos / llvm-project-archived public Read only

0
0
Text · 256 B · d53937e Raw
24 lines · plain
1add_flang_library(MIFDialect2  MIFDialect.cpp3  MIFOps.cpp4 5  DEPENDS6  MIFOpsIncGen7 8  LINK_LIBS9  FIRDialect10  FIRDialectSupport11 12  LINK_COMPONENTS13  AsmParser14  AsmPrinter15  Remarks16 17  MLIR_DEPS18  MLIRIR19 20  MLIR_LIBS21  MLIRIR22  MLIRTargetLLVMIRExport23)24