mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 18:32:50 +00:00
llvm-pdbdump: Fix warning caused by missing sentinel value.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229331 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7f6d93f718
commit
70e171f7cd
@ -81,9 +81,9 @@ static cl::opt<PDB_DumpType> DumpMode(
|
||||
clEnumValN(PDB_DumpType::ByObjFile, "compiland",
|
||||
"Display symbols grouped under their containing object "
|
||||
"file."),
|
||||
clEnumValN(
|
||||
PDB_DumpType::Both, "both",
|
||||
"Display symbols grouped by type, and then by object file.")));
|
||||
clEnumValN(PDB_DumpType::Both, "both",
|
||||
"Display symbols grouped by type, and then by object file."),
|
||||
clEnumValEnd));
|
||||
}
|
||||
|
||||
#define SET_DUMP_FLAG_FROM_OPT(Var, Flag, Opt) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user