summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2017-08-01 14:50:50 +0000
committerDavid Blaikie <dblaikie@gmail.com>2017-08-01 14:50:50 +0000
commitc2be8636819587a8b2ee875eae86271b431d705c (patch)
tree706ddb1b3a0ceba96df5ad524066c1c7e79c73ef
parent3d0ba4b0a5f9ca68e370cd6b17e9f8211de22c2c (diff)
downloadbcm5719-llvm-c2be8636819587a8b2ee875eae86271b431d705c.tar.gz
bcm5719-llvm-c2be8636819587a8b2ee875eae86271b431d705c.zip
DebugInfo: Update flag description that'd been copypasted from another
Post-commit review feedback from Paul Robinson on r309630. Thanks Paul! llvm-svn: 309685
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
index 13c5203fa55..b97ff4ca6c8 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
@@ -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,
OpenPOWER on IntegriCloud