summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-xray/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvm-xray/CMakeLists.txt')
-rw-r--r--llvm/tools/llvm-xray/CMakeLists.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/llvm/tools/llvm-xray/CMakeLists.txt b/llvm/tools/llvm-xray/CMakeLists.txt
index 0084e35c1b0..5b0b854cb29 100644
--- a/llvm/tools/llvm-xray/CMakeLists.txt
+++ b/llvm/tools/llvm-xray/CMakeLists.txt
@@ -1,10 +1,16 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
+ DebugInfoDWARF
+ Object
Support
- Object)
+ Symbolize)
set(LLVM_XRAY_TOOLS
+ func-id-helper.cc
+ xray-converter.cc
xray-extract.cc
+ xray-extract.cc
+ xray-log-reader.cc
xray-registry.cc)
add_llvm_tool(llvm-xray llvm-xray.cc ${LLVM_XRAY_TOOLS})
OpenPOWER on IntegriCloud