[AArch64,ELF] Restrict MOVZ/MOVK to non-PIC large code model (#70178)
[llvm-project.git] / mlir / unittests / IR / CMakeLists.txt
blob6d05af193dfae0199507351db042974a474fffcd
1 add_mlir_unittest(MLIRIRTests
2   AdaptorTest.cpp
3   AttributeTest.cpp
4   DialectTest.cpp
5   InterfaceTest.cpp
6   IRMapping.cpp
7   InterfaceAttachmentTest.cpp
8   OperationSupportTest.cpp
9   PatternMatchTest.cpp
10   ShapedTypeTest.cpp
11   SymbolTableTest.cpp
12   TypeTest.cpp
13   OpPropertiesTest.cpp
15   DEPENDS
16   MLIRTestInterfaceIncGen
18 target_include_directories(MLIRIRTests PRIVATE "${MLIR_BINARY_DIR}/test/lib/Dialect/Test")
19 target_link_libraries(MLIRIRTests
20   PRIVATE
21   MLIRIR
22   MLIRTestDialect)