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
[PowerPC] Eliminate compares - add i32 sext/zext handling for SETLE/SETGE
[llvm-core.git]
/
tools
/
llvm-size
/
CMakeLists.txt
blob
60345739c35a8a7c89d47a3d277637e9f55e3e5a
1
set(LLVM_LINK_COMPONENTS
2
Object
3
Support
4
)
5
6
add_llvm_tool(llvm-size
7
llvm-size.cpp
8
)