brintos

brintos / llvm-project-archived public Read only

0
0
Text · 422 B · 9857594 Raw
25 lines · plain
1add_clang_library(MLIRCIR2  CIRAttrs.cpp3  CIRDialect.cpp4  CIRMemorySlot.cpp5  CIRTypes.cpp6  CIRDataLayout.cpp7 8  DEPENDS9  MLIRCIROpsIncGen10  MLIRCIRTypeConstraintsIncGen11  MLIRCIREnumsGen12  MLIRCIROpInterfacesIncGen13  MLIRCIRLoopOpInterfaceIncGen14 15  LINK_LIBS PUBLIC16  MLIRIR17  MLIRCIRInterfaces18  MLIRDLTIDialect19  MLIRDataLayoutInterfaces20  MLIRFuncDialect21  MLIRLoopLikeInterface22  MLIRCIRInterfaces23  clangAST24  )25