From: David Blaikie Date: Wed, 21 Feb 2018 16:00:50 +0000 (+0000) Subject: Remove use of the 'gmlt' term from the -fsplit-dwarf-inlining flag description to... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ed3896b662bc9f3ab7b33db645fa92272e74a1a;p=clang Remove use of the 'gmlt' term from the -fsplit-dwarf-inlining flag description to make it more readily legible git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@325692 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Driver/Options.td b/include/clang/Driver/Options.td index 94e04838f3..a1b9810c54 100644 --- a/include/clang/Driver/Options.td +++ b/include/clang/Driver/Options.td @@ -1631,7 +1631,7 @@ def fdebug_types_section: Flag <["-"], "fdebug-types-section">, Group, def fno_debug_types_section: Flag<["-"], "fno-debug-types-section">, Group, Flags<[CC1Option]>; def fsplit_dwarf_inlining: Flag <["-"], "fsplit-dwarf-inlining">, Group, - Flags<[CC1Option]>, HelpText<"Provide gmlt-like debug info in the object/executable to facilitate online symbolication/stack traces in the absence of .dwo/.dwp files when using Split DWARF">; + Flags<[CC1Option]>, HelpText<"Provide minimal debug info in the object/executable to facilitate online symbolication/stack traces in the absence of .dwo/.dwp files when using Split DWARF">; def fno_split_dwarf_inlining: Flag<["-"], "fno-split-dwarf-inlining">, Group, Flags<[CC1Option]>; def fdebug_prefix_map_EQ