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] Cortex-M4 schedule additions
[llvm-complete.git]
/
tools
/
llvm-dwp
/
CMakeLists.txt
blob
bf40768ebd4a54bfb82066547605f8c92c182a17
1
set(LLVM_LINK_COMPONENTS
2
AllTargetsAsmParsers
3
AllTargetsCodeGens
4
AllTargetsDescs
5
AllTargetsInfos
6
AsmPrinter
7
DebugInfoDWARF
8
MC
9
Object
10
Support
11
Target
12
)
13
14
add_llvm_tool(llvm-dwp
15
llvm-dwp.cpp
16
DWPError.cpp
17
18
DEPENDS
19
intrinsics_gen
20
)
21
22
if(LLVM_INSTALL_BINUTILS_SYMLINKS)
23
add_llvm_tool_symlink(dwp llvm-dwp)
24
endif()