summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/tools/llvm-pdbdump/llvm-pdbdump.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/tools/llvm-pdbdump/llvm-pdbdump.cpp b/llvm/tools/llvm-pdbdump/llvm-pdbdump.cpp
index 1254a53a8d1..f350c430a8b 100644
--- a/llvm/tools/llvm-pdbdump/llvm-pdbdump.cpp
+++ b/llvm/tools/llvm-pdbdump/llvm-pdbdump.cpp
@@ -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) \
OpenPOWER on IntegriCloud