brintos

brintos / llvm-project-archived public Read only

0
0
Text · 292 B · db4b98e Raw
19 lines · plain
1add_mlir_dialect_library(MLIRIRDL2  IR/IRDL.cpp3  IR/IRDLOps.cpp4  IRDLLoading.cpp5  IRDLSymbols.cpp6  IRDLVerifiers.cpp7 8  DEPENDS9  MLIRIRDLIncGen10  MLIRIRDLOpsIncGen11  MLIRIRDLTypesIncGen12 13  LINK_LIBS PUBLIC14  MLIRDialect15  MLIRIR16  MLIRInferTypeOpInterface17  MLIRSideEffectInterfaces18  )19