summaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-debuginfo-analyzer/CMakeLists.txt
blob: 3e16d81abe35c2f5e96b6348e6f411f06c385ef6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
set(LLVM_LINK_COMPONENTS
  AllTargetsDescs
  AllTargetsDisassemblers
  AllTargetsInfos
  BinaryFormat
  DebugInfoCodeView
  DebugInfoLogicalView
  DebugInfoPDB
  MC
  MCDisassembler
  Object
  Support
  )

add_llvm_tool(llvm-debuginfo-analyzer
  llvm-debuginfo-analyzer.cpp
  Options.cpp
  )