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][Alignment] Introduce Alignment In Attributes
[llvm-core.git]
/
tools
/
llvm-xray
/
CMakeLists.txt
blob
2551b97e550dc9c2d3231f73bc294cb92c9c1883
1
set(LLVM_LINK_COMPONENTS
2
DebugInfoDWARF
3
Object
4
Support
5
Symbolize
6
XRay
7
)
8
9
add_llvm_tool(llvm-xray
10
func-id-helper.cpp
11
llvm-xray.cpp
12
xray-account.cpp
13
xray-color-helper.cpp
14
xray-converter.cpp
15
xray-extract.cpp
16
xray-fdr-dump.cpp
17
xray-graph-diff.cpp
18
xray-graph.cpp
19
xray-registry.cpp
20
xray-stacks.cpp
21
)