2015-02-11 06:43:25 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
2016-05-07 06:15:42 +08:00
|
|
|
DebugInfoCodeView
|
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
|
|
|
|
llvm-pdbdump.cpp
|
2015-02-27 07:49:23 +08:00
|
|
|
BuiltinDumper.cpp
|
2015-02-23 13:58:34 +08:00
|
|
|
ClassDefinitionDumper.cpp
|
2015-02-23 06:03:38 +08:00
|
|
|
CompilandDumper.cpp
|
2015-03-04 14:09:53 +08:00
|
|
|
EnumDumper.cpp
|
2015-05-02 04:24:26 +08:00
|
|
|
ExternalSymbolDumper.cpp
|
2015-02-23 06:03:38 +08:00
|
|
|
FunctionDumper.cpp
|
2015-02-27 17:15:59 +08:00
|
|
|
LinePrinter.cpp
|
2016-06-04 03:28:33 +08:00
|
|
|
LLVMOutputStyle.cpp
|
2015-02-23 06:03:38 +08:00
|
|
|
TypeDumper.cpp
|
|
|
|
TypedefDumper.cpp
|
2015-02-23 13:58:34 +08:00
|
|
|
VariableDumper.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()
|