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
Revert r354244 "[DAGCombiner] Eliminate dead stores to stack."
[llvm-complete.git]
/
tools
/
llvm-xray
/
CMakeLists.txt
blob
4b056d10758f9818b86e3db3a538d0e048d98e93
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-fdr-dump.cpp
18
xray-graph-diff.cpp
19
xray-graph.cpp
20
xray-registry.cpp
21
xray-stacks.cpp
22
)