blob: 1907f917079ae6284f6804287297a177301d6bac [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Support
DebugInfoPDB
)
add_llvm_tool(llvm-pdbdump
llvm-pdbdump.cpp
BuiltinDumper.cpp
ClassDefinitionDumper.cpp
CompilandDumper.cpp
EnumDumper.cpp
ExternalSymbolDumper.cpp
FunctionDumper.cpp
LinePrinter.cpp
TypeDumper.cpp
TypedefDumper.cpp
VariableDumper.cpp
)