bolt/deps/llvm-18.1.8/mlir/unittests/IR/CMakeLists.txt

24 lines
509 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
add_mlir_unittest(MLIRIRTests
AdaptorTest.cpp
AttributeTest.cpp
DialectTest.cpp
InterfaceTest.cpp
IRMapping.cpp
InterfaceAttachmentTest.cpp
OperationSupportTest.cpp
PatternMatchTest.cpp
ShapedTypeTest.cpp
SymbolTableTest.cpp
TypeTest.cpp
TypeAttrNamesTest.cpp
OpPropertiesTest.cpp
DEPENDS
MLIRTestInterfaceIncGen
)
target_include_directories(MLIRIRTests PRIVATE "${MLIR_BINARY_DIR}/test/lib/Dialect/Test")
target_link_libraries(MLIRIRTests
PRIVATE
MLIRIR
MLIRTestDialect)