forked from OSchip/llvm-project
DebugInfo: Update flag description that'd been copypasted from another
Post-commit review feedback from Paul Robinson on r309630. Thanks Paul! llvm-svn: 309685
This commit is contained in:
parent
3d0ba4b0a5
commit
c2be863681
|
@ -63,7 +63,7 @@ DisableDebugInfoPrinting("disable-debug-info-print", cl::Hidden,
|
|||
|
||||
static cl::opt<bool> UseDwarfRangesBaseAddressSpecifier(
|
||||
"use-dwarf-ranges-base-address-specifier", cl::Hidden,
|
||||
cl::desc("Disable debug info printing"), cl::init(false));
|
||||
cl::desc("Use base address specifiers in debug_ranges"), cl::init(false));
|
||||
|
||||
static cl::opt<bool>
|
||||
GenerateGnuPubSections("generate-gnu-dwarf-pub-sections", cl::Hidden,
|
||||
|
|
Loading…
Reference in New Issue