brintos

brintos / llvm-project-archived public Read only

0
0
Text · 351 B · 3fc5b06 Raw
25 lines · plain
1add_clang_library(MLIRCIRTransforms2  CIRCanonicalize.cpp3  CIRSimplify.cpp4  FlattenCFG.cpp5  HoistAllocas.cpp6  LoweringPrepare.cpp7  LoweringPrepareItaniumCXXABI.cpp8  GotoSolver.cpp9 10  DEPENDS11  MLIRCIRPassIncGen12 13  LINK_LIBS PUBLIC14  clangAST15  clangBasic16 17  MLIRAnalysis18  MLIRIR19  MLIRPass20  MLIRTransformUtils21 22  MLIRCIR23  MLIRCIRInterfaces24)25