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