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
Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git]
/
lib
/
CompilerDriver
/
CMakeLists.txt
blob
153dd443cbf2207b56d3b5e12585c7f6835eb04e
1
set(LLVM_LINK_COMPONENTS support system)
2
set(LLVM_REQUIRES_EH 1)
3
4
add_llvm_tool(llvmc
5
Action.cpp
6
CompilationGraph.cpp
7
llvmc.cpp
8
Plugin.cpp
9
Tool.cpp
10
)