1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00
llvm-mirror/tools/llvm-xray/CMakeLists.txt

22 lines
330 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
DebugInfoDWARF
Object
Support
Symbolize
XRay
)
add_llvm_tool(llvm-xray
func-id-helper.cpp
llvm-xray.cpp
xray-account.cpp
xray-color-helper.cpp
xray-converter.cpp
xray-extract.cpp
xray-fdr-dump.cpp
xray-graph-diff.cpp
xray-graph.cpp
xray-registry.cpp
xray-stacks.cpp
)