repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[AArch64,ELF] Restrict MOVZ/MOVK to non-PIC large code model (#70178)
[llvm-project.git]
/
mlir
/
unittests
/
IR
/
CMakeLists.txt
blob
6d05af193dfae0199507351db042974a474fffcd
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
14
15
DEPENDS
16
MLIRTestInterfaceIncGen
17
)
18
target_include_directories(MLIRIRTests PRIVATE "${MLIR_BINARY_DIR}/test/lib/Dialect/Test")
19
target_link_libraries(MLIRIRTests
20
PRIVATE
21
MLIRIR
22
MLIRTestDialect)