mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 16:36:40 +00:00
Inline contents of LLVM_XRAY_TOOLS variable into its only use.
No behavior change. https://reviews.llvm.org/D46402 llvm-svn: 331830
This commit is contained in:
parent
a12eb6a357
commit
7c4943e923
@ -7,19 +7,15 @@ set(LLVM_LINK_COMPONENTS
|
||||
XRay
|
||||
)
|
||||
|
||||
set(LLVM_XRAY_TOOLS
|
||||
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.cpp
|
||||
xray-graph-diff.cpp
|
||||
xray-stacks.cpp
|
||||
xray-graph.cpp
|
||||
xray-registry.cpp
|
||||
)
|
||||
|
||||
add_llvm_tool(llvm-xray
|
||||
llvm-xray.cpp
|
||||
${LLVM_XRAY_TOOLS}
|
||||
xray-stacks.cpp
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user