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
[AA] Pass query info.
[llvm-project.git]
/
llvm
/
unittests
/
ObjectYAML
/
CMakeLists.txt
blob
c20f79265763722a2582bd0b1af882eadd453d90
1
set(LLVM_LINK_COMPONENTS
2
Object
3
ObjectYAML
4
)
5
6
add_llvm_unittest(ObjectYAMLTests
7
DWARFYAMLTest.cpp
8
ELFYAMLTest.cpp
9
MinidumpYAMLTest.cpp
10
YAML2ObjTest.cpp
11
YAMLTest.cpp
12
)
13
14
target_link_libraries(ObjectYAMLTests PRIVATE LLVMTestingSupport)