aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-vtabledump/CMakeLists.txt
blob: 4fe205b6efd4f4f8ecad5097e0c583ac9ff3c06b (plain)
1
2
3
4
5
6
7
8
9
10
set(LLVM_LINK_COMPONENTS
  ${LLVM_TARGETS_TO_BUILD}
  Object
  Support
  )

add_llvm_tool(llvm-vtabledump
  llvm-vtabledump.cpp
  Error.cpp
  )