hanchenye-llvm-project/llvm/tools/llvm-xray/CMakeLists.txt

23 lines
357 B
CMake

set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
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
)