[PATCH] D82574: Merge TableGen files used for clang options

Valeriy Dmitriev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 10 09:20:38 PDT 2020


vdmitrie added inline comments.


================
Comment at: clang/include/clang/Driver/Options.td:3668
+  HelpText<"Do not emit code that uses the red zone.">;
+def dwarf_column_info : Flag<["-"], "dwarf-column-info">,
+  HelpText<"Turn on column location information.">;
----------------
This option was deleted.


================
Comment at: clang/include/clang/Driver/Options.td:3738
+  HelpText<"Try to use a split stack if possible.">;
+def mno_zero_initialized_in_bss : Flag<["-"], "mno-zero-initialized-in-bss">,
+  HelpText<"Do not put zero initialized data in the BSS">;
----------------
This option was deleted.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82574/new/

https://reviews.llvm.org/D82574





More information about the cfe-commits mailing list