repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Improve Register Setup
[llvm-core.git]
/
unittests
/
Object
/
CMakeLists.txt
blob
e1376bffbc0f59a760a5cc568daf22c50f70c8c2
1
set(LLVM_LINK_COMPONENTS
2
Object
3
)
4
5
add_llvm_unittest(ObjectTests
6
SymbolSizeTest.cpp
7
SymbolicFileTest.cpp
8
)
9