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
It's not legal to fold a load from a narrower stack slot into a wider instruction...
[llvm/avr.git]
/
tools
/
llvm-ar
/
CMakeLists.txt
blob
c8b0b725d83ccc6beecb7354f7593e7ca9f09c57
1
set(LLVM_LINK_COMPONENTS archive)
2
set(LLVM_REQUIRES_EH 1)
3
4
add_llvm_tool(llvm-ar
5
llvm-ar.cpp
6
)
7
8
# TODO: Support check-local.