Update comment.

llvm-svn: 196430
This commit is contained in:
Eric Christopher 2013-12-04 23:24:28 +00:00
parent 8b9e236bb4
commit 5d008fed55
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ DwarfAccelTables("dwarf-accel-tables", cl::Hidden,
static cl::opt<DefaultOnOff>
SplitDwarf("split-dwarf", cl::Hidden,
cl::desc("Output prototype dwarf split debug info."),
cl::desc("Output DWARF5 split debug info."),
cl::values(clEnumVal(Default, "Default for platform"),
clEnumVal(Enable, "Enabled"),
clEnumVal(Disable, "Disabled"), clEnumValEnd),