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
[PowerPC] Recommit r340016 after fixing the reported issue
[llvm-core.git]
/
tools
/
llvm-xray
/
CMakeLists.txt
blob
66b7f21c43fbfcc0580bda4cd8d09a1f79677cd5
1
set(LLVM_LINK_COMPONENTS
2
${LLVM_TARGETS_TO_BUILD}
3
DebugInfoDWARF
4
Object
5
Support
6
Symbolize
7
XRay
8
)
9
10
add_llvm_tool(llvm-xray
11
func-id-helper.cpp
12
llvm-xray.cpp
13
xray-account.cpp
14
xray-color-helper.cpp
15
xray-converter.cpp
16
xray-extract.cpp
17
xray-graph-diff.cpp
18
xray-graph.cpp
19
xray-registry.cpp
20
xray-stacks.cpp
21
)