mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
7c4943e923
No behavior change. https://reviews.llvm.org/D46402 llvm-svn: 331830
22 lines
337 B
CMake
22 lines
337 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-graph-diff.cpp
|
|
xray-graph.cpp
|
|
xray-registry.cpp
|
|
xray-stacks.cpp
|
|
)
|