repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm-exegesis][NFC] Pass Instruction instead of bare Opcode
[llvm-core.git]
/
tools
/
llvm-dwp
/
CMakeLists.txt
blob
1b5fbddc1f75090349579cf537bd43e5d77247d7
1
set(LLVM_LINK_COMPONENTS
2
${LLVM_TARGETS_TO_BUILD}
3
AsmPrinter
4
DebugInfoDWARF
5
MC
6
Object
7
Support
8
Target
9
)
10
11
add_llvm_tool(llvm-dwp
12
llvm-dwp.cpp
13
DWPError.cpp
14
15
DEPENDS
16
intrinsics_gen
17
)
18
19
if(LLVM_INSTALL_BINUTILS_SYMLINKS)
20
add_llvm_tool_symlink(dwp llvm-dwp)
21
endif()