From d4f68bcc16e6afe2db5abc630716eebf67d23a6a Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Wed, 9 May 2018 00:42:17 +0000 Subject: Inline contents of LLVM_XRAY_TOOLS variable into its only use. No behavior change. https://reviews.llvm.org/D46402 llvm-svn: 331830 --- llvm/tools/llvm-xray/CMakeLists.txt | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'llvm/tools/llvm-xray') diff --git a/llvm/tools/llvm-xray/CMakeLists.txt b/llvm/tools/llvm-xray/CMakeLists.txt index 06002dda7db..66b7f21c43f 100644 --- a/llvm/tools/llvm-xray/CMakeLists.txt +++ b/llvm/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 ) -- cgit v1.2.3