summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-xray/CMakeLists.txt
blob: 3baf4e64e81cb81033f9c61299dbb81748d7289d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
set(LLVM_LINK_COMPONENTS
  ${LLVM_TARGETS_TO_BUILD}
  DebugInfoDWARF
  Object
  Support
  Symbolize
  XRay)

set(LLVM_XRAY_TOOLS
  func-id-helper.cc
  xray-account.cc
  xray-color-helper.cc
  xray-converter.cc
  xray-extract.cc
  xray-extract.cc
  xray-graph.cc
  xray-registry.cc)

add_llvm_tool(llvm-xray llvm-xray.cc ${LLVM_XRAY_TOOLS})
OpenPOWER on IntegriCloud