repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Remove insertRangeTest code that handles the equality case.
[llvm-complete.git]
/
unittests
/
ObjectYAML
/
CMakeLists.txt
blob
7fcc974e56366fa99e3f62bfc9447cb3188a7842
1
set(LLVM_LINK_COMPONENTS
2
Object
3
ObjectYAML
4
)
5
6
add_llvm_unittest(ObjectYAMLTests
7
MinidumpYAMLTest.cpp
8
YAMLTest.cpp
9
)
10
11
target_link_libraries(ObjectYAMLTests PRIVATE LLVMTestingSupport)