1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/tools/llvm-pdbutil
Adrian McCarthy 7a5751612e Fix llvm-pdbutil to handle new built-in types
Summary:
The built-in PDB types enum has been extended to include char16_t and char32_t.
llvm-pdbutil was hitting an llvm_unreachable because it didn't know about these
new values.  The new values are not yet in the DIA documentation, but are
listed in the cvconst.h header that comes as part of the DIA SDK.

Reviewers: asmith, zturner, rnk

Subscribers: stella.stamenova, llvm-commits, sanjoy

Differential Revision: https://reviews.llvm.org/D43646

llvm-svn: 325838
2018-02-22 23:16:56 +00:00
..
Analyze.cpp
Analyze.h
BytesOutputStyle.cpp
BytesOutputStyle.h
CMakeLists.txt
Diff.cpp Fix emission of PDB string table. 2018-02-16 20:46:04 +00:00
Diff.h
DiffPrinter.cpp
DiffPrinter.h
DumpOutputStyle.cpp [PDB] Correctly link S_FILESTATIC records. 2018-01-05 19:12:40 +00:00
DumpOutputStyle.h [PDB] Correctly link S_FILESTATIC records. 2018-01-05 19:12:40 +00:00
FormatUtil.cpp
FormatUtil.h
InputFile.cpp
InputFile.h
LinePrinter.cpp
LinePrinter.h
llvm-pdbutil.cpp Remove redundant includes from tools. 2017-12-13 21:31:10 +00:00
llvm-pdbutil.h
LLVMBuild.txt
MinimalSymbolDumper.cpp [PDB] Correctly link S_FILESTATIC records. 2018-01-05 19:12:40 +00:00
MinimalSymbolDumper.h [PDB] Correctly link S_FILESTATIC records. 2018-01-05 19:12:40 +00:00
MinimalTypeDumper.cpp
MinimalTypeDumper.h
OutputStyle.h
PdbYaml.cpp Remove redundant includes from tools. 2017-12-13 21:31:10 +00:00
PdbYaml.h
PrettyBuiltinDumper.cpp Fix llvm-pdbutil to handle new built-in types 2018-02-22 23:16:56 +00:00
PrettyBuiltinDumper.h
PrettyClassDefinitionDumper.cpp
PrettyClassDefinitionDumper.h
PrettyClassLayoutGraphicalDumper.cpp
PrettyClassLayoutGraphicalDumper.h
PrettyCompilandDumper.cpp
PrettyCompilandDumper.h
PrettyEnumDumper.cpp
PrettyEnumDumper.h
PrettyExternalSymbolDumper.cpp
PrettyExternalSymbolDumper.h
PrettyFunctionDumper.cpp Fix pretty printing the unspecified param of a variadic function 2018-01-17 01:22:03 +00:00
PrettyFunctionDumper.h
PrettyTypedefDumper.cpp Remove redundant includes from tools. 2017-12-13 21:31:10 +00:00
PrettyTypedefDumper.h
PrettyTypeDumper.cpp
PrettyTypeDumper.h
PrettyVariableDumper.cpp
PrettyVariableDumper.h
StreamUtil.cpp
StreamUtil.h
YAMLOutputStyle.cpp Remove redundant includes from tools. 2017-12-13 21:31:10 +00:00
YAMLOutputStyle.h