Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / tools / llvm-xray / CMakeLists.txt
blob4f2f0fdee2c631b335f201229b5658151917c4b0
1 set(LLVM_LINK_COMPONENTS
2   Object
3   Support
4   Symbolize
5   XRay
6   )
8 add_llvm_tool(llvm-xray
9   func-id-helper.cpp
10   llvm-xray.cpp
11   xray-account.cpp
12   xray-color-helper.cpp
13   xray-converter.cpp
14   xray-extract.cpp
15   xray-fdr-dump.cpp
16   xray-graph-diff.cpp
17   xray-graph.cpp
18   xray-registry.cpp
19   xray-stacks.cpp
20   )