repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[mlir][llvm] Move LLVMPointerType to TypeDef
[llvm-project.git]
/
llvm
/
tools
/
llvm-dwp
/
CMakeLists.txt
blob
15210c422c914688eccbd397da70c20c35f79443
1
set(LLVM_LINK_COMPONENTS
2
AllTargetsCodeGens
3
AllTargetsDescs
4
AllTargetsInfos
5
DebugInfoDWARF
6
DWP
7
MC
8
Object
9
Support
10
)
11
12
add_llvm_tool(llvm-dwp
13
llvm-dwp.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()