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
Revert r354244 "[DAGCombiner] Eliminate dead stores to stack."
[llvm-complete.git]
/
unittests
/
TextAPI
/
CMakeLists.txt
blob
d7208b2b060fa06fdff4387b9bb05e4d0e146e23
1
set(LLVM_LINK_COMPONENTS
2
TextAPI
3
)
4
5
add_llvm_unittest(TextAPITests
6
ELFYAMLTest.cpp
7
)
8
9
target_link_libraries(TextAPITests PRIVATE LLVMTestingSupport)