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] Fix SDNode type mismatches between *.td files and ISel (#116523)
[llvm-project.git]
/
llvm
/
unittests
/
ObjectYAML
/
CMakeLists.txt
blob
17772ce494710524a5b78d014ab51ebf3fb3c782
1
set(LLVM_LINK_COMPONENTS
2
Object
3
ObjectYAML
4
)
5
6
add_llvm_unittest(ObjectYAMLTests
7
DWARFYAMLTest.cpp
8
DXContainerYAMLTest.cpp
9
ELFYAMLTest.cpp
10
MinidumpYAMLTest.cpp
11
YAML2ObjTest.cpp
12
YAMLTest.cpp
13
)
14
15
target_link_libraries(ObjectYAMLTests PRIVATE LLVMTestingSupport)