Skip to content

Commit 96e47f8

Browse files
author
git apple-llvm automerger
committed
Merge commit 'a2cffb11e287' from llvm.org/master into apple/master
2 parents 95c269c + a2cffb1 commit 96e47f8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

clang/include/clang/Driver/Options.td

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3729,8 +3729,6 @@ def disable_O0_optnone : Flag<["-"], "disable-O0-optnone">,
37293729
HelpText<"Disable adding the optnone attribute to functions at O0">;
37303730
def disable_red_zone : Flag<["-"], "disable-red-zone">,
37313731
HelpText<"Do not emit code that uses the red zone.">;
3732-
def dwarf_column_info : Flag<["-"], "dwarf-column-info">,
3733-
HelpText<"Turn on column location information.">;
37343732
def dwarf_ext_refs : Flag<["-"], "dwarf-ext-refs">,
37353733
HelpText<"Generate debug info with external references to clang modules"
37363734
" or precompiled headers">;
@@ -3803,8 +3801,6 @@ def mlimit_float_precision : Separate<["-"], "mlimit-float-precision">,
38033801
HelpText<"Limit float precision to the given value">;
38043802
def split_stacks : Flag<["-"], "split-stacks">,
38053803
HelpText<"Try to use a split stack if possible.">;
3806-
def mno_zero_initialized_in_bss : Flag<["-"], "mno-zero-initialized-in-bss">,
3807-
HelpText<"Do not put zero initialized data in the BSS">;
38083804
def mregparm : Separate<["-"], "mregparm">,
38093805
HelpText<"Limit the number of registers available for integer arguments">;
38103806
def msmall_data_limit : Separate<["-"], "msmall-data-limit">,

0 commit comments

Comments
 (0)