2015-02-10 22:43:25 +00:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
|
|
|
Support
|
|
|
|
DebugInfoPDB
|
|
|
|
)
|
2015-01-27 23:02:23 +00:00
|
|
|
|
2015-02-10 22:43:25 +00:00
|
|
|
add_llvm_tool(llvm-pdbdump
|
|
|
|
llvm-pdbdump.cpp
|
2015-02-26 23:49:23 +00:00
|
|
|
BuiltinDumper.cpp
|
2015-02-23 05:58:34 +00:00
|
|
|
ClassDefinitionDumper.cpp
|
2015-02-22 22:03:38 +00:00
|
|
|
CompilandDumper.cpp
|
2015-03-04 06:09:53 +00:00
|
|
|
EnumDumper.cpp
|
2015-05-01 20:24:26 +00:00
|
|
|
ExternalSymbolDumper.cpp
|
2015-02-22 22:03:38 +00:00
|
|
|
FunctionDumper.cpp
|
2015-02-27 09:15:59 +00:00
|
|
|
LinePrinter.cpp
|
2015-02-22 22:03:38 +00:00
|
|
|
TypeDumper.cpp
|
|
|
|
TypedefDumper.cpp
|
2015-02-23 05:58:34 +00:00
|
|
|
VariableDumper.cpp
|
2015-02-10 22:43:25 +00:00
|
|
|
)
|