diff options
Diffstat (limited to 'llvm/tools/llvm-xray')
-rw-r--r-- | llvm/tools/llvm-xray/CMakeLists.txt | 12 |
1 files changed, 4 insertions, 8 deletions
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 ) |