summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-dwp/CMakeLists.txt
blob: b29c00d49c3d3a749d988edda7a0f262509c44eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
set(LLVM_LINK_COMPONENTS
  ${LLVM_TARGETS_TO_BUILD}
  AsmPrinter
  DebugInfoDWARF
  MC
  Object
  Support
  Target
  )

add_llvm_tool(llvm-dwp
  llvm-dwp.cpp
  )
OpenPOWER on IntegriCloud