diff --git a/tools/llvm-pdbdump/llvm-pdbdump.cpp b/tools/llvm-pdbdump/llvm-pdbdump.cpp index 1254a53a8d1..f350c430a8b 100644 --- a/tools/llvm-pdbdump/llvm-pdbdump.cpp +++ b/tools/llvm-pdbdump/llvm-pdbdump.cpp @@ -81,9 +81,9 @@ static cl::opt 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) \