64ac736ec5
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
37 lines
705 B
CMake
37 lines
705 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
BinaryFormat
|
|
DebugInfoCodeView
|
|
DebugInfoMSF
|
|
DebugInfoPDB
|
|
Object
|
|
ObjectYAML
|
|
Support
|
|
)
|
|
|
|
add_llvm_tool(llvm-pdbutil
|
|
Analyze.cpp
|
|
BytesOutputStyle.cpp
|
|
Diff.cpp
|
|
DiffPrinter.cpp
|
|
DumpOutputStyle.cpp
|
|
InputFile.cpp
|
|
llvm-pdbutil.cpp
|
|
FormatUtil.cpp
|
|
LinePrinter.cpp
|
|
MinimalSymbolDumper.cpp
|
|
MinimalTypeDumper.cpp
|
|
PdbYaml.cpp
|
|
PrettyBuiltinDumper.cpp
|
|
PrettyClassDefinitionDumper.cpp
|
|
PrettyClassLayoutGraphicalDumper.cpp
|
|
PrettyCompilandDumper.cpp
|
|
PrettyEnumDumper.cpp
|
|
PrettyExternalSymbolDumper.cpp
|
|
PrettyFunctionDumper.cpp
|
|
PrettyTypeDumper.cpp
|
|
PrettyTypedefDumper.cpp
|
|
PrettyVariableDumper.cpp
|
|
StreamUtil.cpp
|
|
YAMLOutputStyle.cpp
|
|
)
|