summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-xray
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvm-xray')
-rw-r--r--llvm/tools/llvm-xray/CMakeLists.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/llvm/tools/llvm-xray/CMakeLists.txt b/llvm/tools/llvm-xray/CMakeLists.txt
index ca2937e01f1..06002dda7db 100644
--- a/llvm/tools/llvm-xray/CMakeLists.txt
+++ b/llvm/tools/llvm-xray/CMakeLists.txt
@@ -4,7 +4,8 @@ set(LLVM_LINK_COMPONENTS
Object
Support
Symbolize
- XRay)
+ XRay
+ )
set(LLVM_XRAY_TOOLS
func-id-helper.cpp
@@ -15,6 +16,10 @@ set(LLVM_XRAY_TOOLS
xray-graph.cpp
xray-graph-diff.cpp
xray-stacks.cpp
- xray-registry.cpp)
+ xray-registry.cpp
+ )
-add_llvm_tool(llvm-xray llvm-xray.cpp ${LLVM_XRAY_TOOLS})
+add_llvm_tool(llvm-xray
+ llvm-xray.cpp
+ ${LLVM_XRAY_TOOLS}
+ )
OpenPOWER on IntegriCloud