[LLVM][Alignment] Introduce Alignment In Attributes
[llvm-core.git] / tools / llvm-xray / CMakeLists.txt
blob2551b97e550dc9c2d3231f73bc294cb92c9c1883
1 set(LLVM_LINK_COMPONENTS
2   DebugInfoDWARF
3   Object
4   Support
5   Symbolize
6   XRay
7   )
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   )