bolt/deps/llvm-18.1.8/llvm/tools/llvm-xray/CMakeLists.txt

21 lines
313 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
set(LLVM_LINK_COMPONENTS
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
)