brintos

brintos / llvm-project-archived public Read only

0
0
Text · 325 B · 36f2852 Raw
21 lines · plain
1# Main API shared library.2add_mlir_upstream_c_api_library(MLIRCAPIIR3  AffineExpr.cpp4  AffineMap.cpp5  BuiltinAttributes.cpp6  BuiltinTypes.cpp7  Diagnostics.cpp8  DialectHandle.cpp9  IntegerSet.cpp10  IR.cpp11  Pass.cpp12  Support.cpp13 14  LINK_LIBS PUBLIC15  MLIRBytecodeWriter16  MLIRIR17  MLIRParser18  MLIRSupport19  MLIRPass20)21