repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added the LODS (load byte into register, usually
[llvm/avr.git]
/
tools
/
llvm-ranlib
/
CMakeLists.txt
blob
3116d2e4ff79eae914c574e6dca664248cce5f0f
1
set(LLVM_LINK_COMPONENTS archive)
2
set(LLVM_REQUIRES_EH 1)
3
4
add_llvm_tool(llvm-ranlib
5
llvm-ranlib.cpp
6
)