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
Pass arguments to linker using "-Wl," prefix where necessary.
Add "-fuse-ld=" option to allow selection of the GNU LD or LLVM LLD
linker implementation explicitly.
Remove obsolete "-verify-each", "-disable-internalize", "-disable-opt"
and "-disable-inlining" options.
@@ -228,10 +231,6 @@ extension.name.2 = LLVM-GCC managed make per project SCD profile
228
231
option.tip = In this mode the linker will print additional information about the actions it takes, programs it executes, etc.
229
232
option.tip.0 = Strip all debug and symbol information from the executable to make it smaller.
230
233
option.tip.1 = Strip all debug information from the executable to make it smaller.
231
-
option.tip.2 = Run the verification pass after each of the passes to verify intermediate results.
232
-
option.tip.3 = Do not mark all symbols as internal.
233
-
option.tip.4 = Completely disable optimization.
234
-
option.tip.5 = Do not run the inlining pass. Functions will not be inlined into other functions.
235
234
option.tip.6 = Generate a native machine code executable.
236
235
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.
237
236
option.tip.8 = Link the bitcode files together as a library, not an executable. In this mode, undefined symbols will be permitted.
0 commit comments