You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Option.Llvm.Assembler.version=Announce version (-v)
187
+
Option.Llvm.Assembler.version=Announce version (--version)
192
188
193
189
# Platform specific option names
194
190
#Option.Windows.Windres.OutputFormat = Output format
@@ -220,9 +216,6 @@ extension.name.2 = LLVM-GCC managed make per project SCD profile
220
216
option.tip = In this mode the linker will print additional information about the actions it takes, programs it executes, etc.
221
217
option.tip.0 = Strip all debug and symbol information from the executable to make it smaller.
222
218
option.tip.1 = Strip all debug information from the executable to make it smaller.
223
-
option.tip.6 = Generate a native machine code executable.
224
-
option.tip.7 = Generate a native machine code executable with the LLVM C backend. Uses the C backend to generate code for the program instead of an LLVM native code generator.
225
-
option.tip.8 = Link the bitcode files together as a library, not an executable. In this mode, undefined symbols will be permitted.
226
219
option.tip.9 = Print the table of contents.
227
220
option.tip.10 = Print statistics recorded by code-generation passes.
228
221
option.tip.11 = Disable optimizations that may produce excess precision for floating point. Note that this option can dramatically slow down code on some systems (e.g. X86).
0 commit comments