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
[ARM] VQADD instructions
[llvm-complete.git]
/
lib
/
Target
/
AVR
/
MCTargetDesc
/
CMakeLists.txt
blob
04a5bbc6c4e10e9114b6a2fb26e5bc72bcf40970
1
add_llvm_library(LLVMAVRDesc
2
AVRAsmBackend.cpp
3
AVRELFObjectWriter.cpp
4
AVRELFStreamer.cpp
5
AVRInstPrinter.cpp
6
AVRMCAsmInfo.cpp
7
AVRMCCodeEmitter.cpp
8
AVRMCELFStreamer.cpp
9
AVRMCExpr.cpp
10
AVRMCTargetDesc.cpp
11
AVRTargetStreamer.cpp
12
)
13
14
add_dependencies(LLVMAVRDesc AVRCommonTableGen)
15