aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-pdbdump/CMakeLists.txt
blob: 0519bf0634c6059f6f536c0a4ed9d3f41ca77b49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set(LLVM_LINK_COMPONENTS
  Support
  DebugInfoPDB
  )

add_llvm_tool(llvm-pdbdump
  llvm-pdbdump.cpp
  ClassDefinitionDumper.cpp
  CompilandDumper.cpp
  FunctionDumper.cpp
  TypeDumper.cpp
  TypedefDumper.cpp
  VariableDumper.cpp
  )