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