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
[llvm-objcopy] - Remove python invocations from 2 test cases.
[llvm-complete.git]
/
tools
/
llvm-size
/
CMakeLists.txt
blob
7ef4f1769b840ab65394628e7e9fa6eeb50862b5
1
set(LLVM_LINK_COMPONENTS
2
Object
3
Support
4
)
5
6
add_llvm_tool(llvm-size
7
llvm-size.cpp
8
)
9
10
if(LLVM_INSTALL_BINUTILS_SYMLINKS)
11
add_llvm_tool_symlink(size llvm-size)
12
endif()