Skip to content

Commit

Permalink
Inline contents of LLVM_XRAY_TOOLS variable into its only use.
Browse files Browse the repository at this point in the history
No behavior change.
https://reviews.llvm.org/D46402


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@331830 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
nico committed May 9, 2018
1 parent 31dcd10 commit db9d4d0
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions tools/llvm-xray/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit db9d4d0

Please sign in to comment.