From db9d4d0ae2bca09eb9d863895b728e116a6c0caf Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Wed, 9 May 2018 00:42:17 +0000 Subject: [PATCH] Inline contents of LLVM_XRAY_TOOLS variable into its only use. 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 --- tools/llvm-xray/CMakeLists.txt | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/tools/llvm-xray/CMakeLists.txt b/tools/llvm-xray/CMakeLists.txt index 06002dda7db..66b7f21c43f 100644 --- a/tools/llvm-xray/CMakeLists.txt +++ b/tools/llvm-xray/CMakeLists.txt @@ -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 ) -- 2.11.0