[PATCH] D54243: DebugInfo: Add a driver flag for DWARF debug_ranges base address specifier use.
David Blaikie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 13 12:15:36 PST 2018
dblaikie added a comment.
Settled on renaming the flag for consistency with, say, -fdebug-types-section, to -fdebug-ranges-base-address (though 'debug' is sort of ambiguous (Clang can produce non-DWARF debug info) but this driver (as opposed to clang-cl) is intended for DWARF emission, not PDB emission - and the "debug-ranges" part of the flag names the literal debug_ranges section (like debug-types refers to the debug_types section)).
Repository:
rL LLVM
https://reviews.llvm.org/D54243
More information about the cfe-commits
mailing list