|
@@ -832,10 +832,15 @@ def fwrapv : Flag<["-"], "fwrapv">, Group<f_Group>, Flags<[CC1Option]>,
|
|
def fwritable_strings : Flag<["-"], "fwritable-strings">, Group<f_Group>, Flags<[CC1Option]>,
|
|
def fwritable_strings : Flag<["-"], "fwritable-strings">, Group<f_Group>, Flags<[CC1Option]>,
|
|
HelpText<"Store string literals as writable data">;
|
|
HelpText<"Store string literals as writable data">;
|
|
def fzero_initialized_in_bss : Flag<["-"], "fzero-initialized-in-bss">, Group<f_Group>;
|
|
def fzero_initialized_in_bss : Flag<["-"], "fzero-initialized-in-bss">, Group<f_Group>;
|
|
-def ffunction_sections: Flag <["-"], "ffunction-sections">, Group<f_Group>,
|
|
|
|
- Flags<[CC1Option]>, HelpText<"Place each function in its own section (ELF Only)">;
|
|
|
|
-def fdata_sections : Flag <["-"], "fdata-sections">, Group<f_Group>, Flags<[CC1Option]>,
|
|
|
|
- HelpText<"Place each data in its own section (ELF Only)">;
|
|
|
|
|
|
+def ffunction_sections : Flag<["-"], "ffunction-sections">, Group<f_Group>,
|
|
|
|
+ Flags<[CC1Option]>,
|
|
|
|
+ HelpText<"Place each function in its own section (ELF Only)">;
|
|
|
|
+def fno_function_sections : Flag<["-"], "fno-function-sections">,
|
|
|
|
+ Group<f_Group>, Flags<[CC1Option]>;
|
|
|
|
+def fdata_sections : Flag <["-"], "fdata-sections">, Group<f_Group>,
|
|
|
|
+ Flags<[CC1Option]>, HelpText<"Place each data in its own section (ELF Only)">;
|
|
|
|
+def fno_data_sections : Flag <["-"], "fno-data-sections">, Group<f_Group>,
|
|
|
|
+ Flags<[CC1Option]>;
|
|
def fdebug_types_section: Flag <["-"], "fdebug-types-section">, Group<f_Group>,
|
|
def fdebug_types_section: Flag <["-"], "fdebug-types-section">, Group<f_Group>,
|
|
Flags<[CC1Option]>, HelpText<"Place debug types in their own section (ELF Only)">;
|
|
Flags<[CC1Option]>, HelpText<"Place debug types in their own section (ELF Only)">;
|
|
def g_Flag : Flag<["-"], "g">, Group<g_Group>,
|
|
def g_Flag : Flag<["-"], "g">, Group<g_Group>,
|