Skip to content

Commit 7bb2b47

Browse files
author
git apple-llvm automerger
committed
Merge commit '1de2a05701e7' from llvm.org/master into apple/master
2 parents 1c393cd + 1de2a05 commit 7bb2b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Driver/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2019,7 +2019,7 @@ def glldb : Flag<["-"], "glldb">, Group<gTune_Group>;
20192019
def gsce : Flag<["-"], "gsce">, Group<gTune_Group>;
20202020
// Equivalent to our default dwarf version. Forces usual dwarf emission when
20212021
// CodeView is enabled.
2022-
def gdwarf : Flag<["-"], "gdwarf">, Group<g_Group>,
2022+
def gdwarf : Flag<["-"], "gdwarf">, Group<g_Group>, Flags<[CoreOption]>,
20232023
HelpText<"Generate source-level debug information with the default dwarf version">;
20242024
def gdwarf_2 : Flag<["-"], "gdwarf-2">, Group<g_Group>,
20252025
HelpText<"Generate source-level debug information with dwarf version 2">;

0 commit comments

Comments
 (0)