brintos

brintos / llvm-project-archived public Read only

0
0
Text · 834 B · dd3b110 Raw
33 lines · plain
1add_mlir_unittest(MLIRIRTests2  AdaptorTest.cpp3  AffineExprTest.cpp4  AffineMapTest.cpp5  AttributeTest.cpp6  AttrTypeReplacerTest.cpp7  Diagnostic.cpp8  DialectTest.cpp9  DistinctAttributeAllocatorTest.cpp10  InterfaceTest.cpp11  IRMapping.cpp12  InterfaceAttachmentTest.cpp13  LocationTest.cpp14  MemrefLayoutTest.cpp15  OperationSupportTest.cpp16  PatternMatchTest.cpp17  RemarkTest.cpp  18  ShapedTypeTest.cpp19  SymbolTableTest.cpp20  TypeTest.cpp21  TypeAttrNamesTest.cpp22  OpPropertiesTest.cpp23  ValueTest.cpp24  BlobManagerTest.cpp25 26  DEPENDS27  MLIRTestInterfaceIncGen28)29target_include_directories(MLIRIRTests PRIVATE "${MLIR_BINARY_DIR}/test/lib/Dialect/Test")30mlir_target_link_libraries(MLIRIRTests PRIVATE MLIRIR)31target_link_libraries(MLIRIRTests PRIVATE MLIRTestDialect)32target_link_libraries(MLIRIRTests PRIVATE MLIRRemarkStreamer)33