summaryrefslogtreecommitdiff
path: root/tools/llvm-objdump/CMakeLists.txt
blob: f3b2e1fe4196ce8156b95e7e8075b7eac3784e1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set(LLVM_LINK_COMPONENTS
  ${LLVM_TARGETS_TO_BUILD}
  DebugInfo
  MC
  MCParser
  MCDisassembler
  Object
  )

add_llvm_tool(llvm-objdump
  llvm-objdump.cpp
  MachODump.cpp
  MCFunction.cpp
  )