2015-02-10 22:43:25 +00:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
2016-05-06 22:15:42 +00:00
|
|
|
DebugInfoCodeView
|
2016-07-29 20:56:36 +00:00
|
|
|
DebugInfoMSF
|
2015-02-10 22:43:25 +00:00
|
|
|
DebugInfoPDB
|
2016-05-03 23:25:47 +00:00
|
|
|
Object
|
|
|
|
Support
|
2015-02-10 22:43:25 +00:00
|
|
|
)
|
2015-01-27 23:02:23 +00:00
|
|
|
|
2015-02-10 22:43:25 +00:00
|
|
|
add_llvm_tool(llvm-pdbdump
|
2017-02-01 18:30:22 +00:00
|
|
|
Analyze.cpp
|
2017-03-13 23:28:25 +00:00
|
|
|
Diff.cpp
|
2017-01-12 22:28:15 +00:00
|
|
|
CompactTypeDumpVisitor.cpp
|
2015-02-10 22:43:25 +00:00
|
|
|
llvm-pdbdump.cpp
|
2016-10-08 01:12:01 +00:00
|
|
|
YamlSymbolDumper.cpp
|
|
|
|
YamlTypeDumper.cpp
|
2015-02-27 09:15:59 +00:00
|
|
|
LinePrinter.cpp
|
2016-06-03 19:28:33 +00:00
|
|
|
LLVMOutputStyle.cpp
|
2016-06-06 20:37:05 +00:00
|
|
|
PdbYaml.cpp
|
2017-01-11 00:35:43 +00:00
|
|
|
PrettyBuiltinDumper.cpp
|
|
|
|
PrettyClassDefinitionDumper.cpp
|
2017-04-12 23:18:51 +00:00
|
|
|
PrettyClassLayoutTextDumper.cpp
|
|
|
|
PrettyClassLayoutGraphicalDumper.cpp
|
2017-01-11 00:35:43 +00:00
|
|
|
PrettyCompilandDumper.cpp
|
|
|
|
PrettyEnumDumper.cpp
|
|
|
|
PrettyExternalSymbolDumper.cpp
|
|
|
|
PrettyFunctionDumper.cpp
|
|
|
|
PrettyTypeDumper.cpp
|
|
|
|
PrettyTypedefDumper.cpp
|
|
|
|
PrettyVariableDumper.cpp
|
2017-03-13 23:28:25 +00:00
|
|
|
StreamUtil.cpp
|
2016-06-06 20:37:05 +00:00
|
|
|
YAMLOutputStyle.cpp
|
2015-02-10 22:43:25 +00:00
|
|
|
)
|
2016-05-31 01:24:40 +00:00
|
|
|
|
|
|
|
if(LLVM_USE_SANITIZE_COVERAGE)
|
|
|
|
add_subdirectory(fuzzer)
|
|
|
|
endif()
|