@@ -58,7 +58,7 @@ def compress_relocations: F<"compress-relocations">,
58
58
HelpText<"Compress the relocation targets in the code section.">;
59
59
60
60
defm demangle: B<"demangle",
61
- "Demangle symbol names",
61
+ "Demangle symbol names (default) ",
62
62
"Do not demangle symbol names">;
63
63
64
64
def emit_relocs: F<"emit-relocs">, HelpText<"Generate relocations in output">;
@@ -79,15 +79,16 @@ def entry: S<"entry">, MetaVarName<"<entry>">,
79
79
defm error_limit:
80
80
EEq<"error-limit", "Maximum number of errors to emit before stopping (0 = no limit)">;
81
81
82
- def fatal_warnings: F<"fatal-warnings">,
83
- HelpText<"Treat warnings as errors">;
82
+ defm fatal_warnings: B<"fatal-warnings",
83
+ "Treat warnings as errors",
84
+ "Do not treat warnings as errors (default)">;
84
85
85
86
defm gc_sections: B<"gc-sections",
86
- "Enable garbage collection of unused sections",
87
+ "Enable garbage collection of unused sections (defualt) ",
87
88
"Disable garbage collection of unused sections">;
88
89
89
90
defm merge_data_segments: BB<"merge-data-segments",
90
- "Enable merging data segments",
91
+ "Enable merging data segments (default) ",
91
92
"Disable merging data segments">;
92
93
93
94
def help: F<"help">, HelpText<"Print option help">;
@@ -104,8 +105,6 @@ defm mllvm: Eq<"mllvm", "Additional arguments to forward to LLVM's option proces
104
105
105
106
defm Map: Eq<"Map", "Print a link map to the specified file">;
106
107
107
- def no_fatal_warnings: F<"no-fatal-warnings">;
108
-
109
108
def o: JoinedOrSeparate<["-"], "o">, MetaVarName<"<path>">,
110
109
HelpText<"Path to file to write output">;
111
110
@@ -117,7 +116,7 @@ defm pie: B<"pie",
117
116
118
117
defm print_gc_sections: B<"print-gc-sections",
119
118
"List removed unused sections",
120
- "Do not list removed unused sections">;
119
+ "Do not list removed unused sections (default) ">;
121
120
122
121
def print_map: F<"print-map">,
123
122
HelpText<"Print a link map to the standard output">;
0 commit comments