man.bsd.lv manual page server

Manual Page Search Parameters

LD.LLD(1) General Commands Manual LD.LLD(1)

ld.lldELF linker from the LLVM project

ld.lld [options] objfile ...

A linker takes one or more object, archive, and library files, and combines them into an output file (an executable, a shared library, or another object file). It relocates code and data from the input files and resolves symbol references between them.

ld.lld is a drop-in replacement for the GNU BFD and gold linkers. It accepts most of the same command line arguments and linker scripts as GNU linkers.

Many options have both a single-letter and long form. When using the long form options other than those beginning with the letter o may be specified using either one or two dashes preceeding the option name. Long options beginning with o require two dashes to avoid confusion with the -o path option.

These options are available:

Do not error if a symbol is defined multiple times. The first definition will be used.
Only set DT_NEEDED for shared libraries if used.
value
Set the DT_AUXILIARY field to the specified name.
Link against shared libraries.
Do not link against shared libraries.
Bind defined function symbols locally.
Bind defined symbols locally.
value
Generate a build ID note. value may be one of md5, sha1, tree, uuid, 0xhex-string, and none. tree is an alias for sha1. Build-IDs of type md5, sha1, and tree are calculated from the object contents.
Generate a build ID note.
value
Use colors in diagnostics. value may be one of always, auto, and never. auto enables color if and only if output is to a terminal.
Alias for --color-diagnostics=auto.
value
Compress DWARF debug sections. value may be none or zlib.
Assign space to common symbols.
symbol=expression
Define a symbol alias. expression may be another symbol or a linker script expression. For example, --defsym=foo=bar or --defsym=foo=bar+0x100.
Demangle symbol names.
Disable new dynamic tags.
Delete all local symbols.
Delete temporary local symbols.
Keep all symbols in the symbol table.
value
Specify the dynamic linker to be used for a dynamically linked executable. This is recorded in an ELF segment of type PT_INTERP.
file
Read a list of dynamic symbols from file.
Request creation of .eh_frame_hdr section and PT_GNU_EH_FRAME segment header.
Generate relocations in the output.
Enable new dynamic tags.
End a grouping of objects that should be treated as if they were together in an archive.
entry
Name of entry point symbol.
value
Maximum number of errors to emit before stopping. A value of zero indicates that there is no limit.
Report unresolved symbols as errors.
value
Exclude static libraries from automatic export.
symbol
Include symbol in the dynamic symbol table.
Put symbols in the dynamic symbol table.
Treat warnings as errors.
value
Set the DT_FILTER field to the specified value.
symbol
Specify a finalizer function.
input-format
Specify the format of the inputs following this option. input-format may be one of binary, elf, and default. default is a synonym for elf.
Enable garbage collection of unused sections.
Generate .gdb_index section.
value
Specify hash style. value may be sysv, gnu, or both. both is the default.
Print a usage message.
Enable identical code folding.
Disable identical code folding.
value
Set the base address to value.
symbol
Specify an initializer function.
value
AA pipeline to run during LTO. Used in conjunction with --lto-newpm-passes.
value
Passes to run during LTO.
opt-level
Optimization level for LTO.
value
Number of LTO codegen partitions.
dir
Add a directory to the library search path.
libName
Root name of library to use.
file
Print a link map to file.
value
Set target emulation.
Always set DT_NEEDED for shared libraries.
Do not use colors in diagnostics.
Do not assign space to common symbols.
Do not demangle symbol names.
Inhibit output of an .interp section.
Disable garbage collection of unused sections.
Disable STB_GNU_UNIQUE symbol binding.
Do not put read-only non-executable sections in their own segment.
Do not run the linker multi-threaded.
Report version scripts that refer undefined symbols.
Report unresolved symbols even if the linker is creating a shared library.
Restores the default behavior of loading archive members.
Retain the executable output file whenever it is still usable.
Do not create a position independent executable.
Only search directories specified on the command line.
format
Specify the format for the output object file. The only supported format is binary, which produces output with no ELF header.
Set the text and data sections to be readable and writable.
file
Write optimization remarks in YAML format to file.
Include hotness information in the optimization remarks file.
value
Optimize output file size. value may be:
Disable string merging.
Enable string merging.
Enable string tail merging.
O1 is the default.
path
Write the output executable, library, or object to path. If not specified, a.out is used as a default.
Create a position independent executable.
List removed unused sections.
Print a link map to the standard output.
Create relocatable object file.
value
Dump linker invocation and input files for debugging.
file
Retain only the symbols listed in the file.
value
Add a DT_RUNPATH to the output.
value
Quoting style for response files. The supported values are windows and posix.
file
Read linker script from file.
address
Set address of section.
Build a shared object.
value
Set DT_SONAME to value.
value
Specifies sections sorting rule when linkerscript is used.
Start a grouping of objects that should be treated as if they were together in an archive.
Strip all symbols.
Strip debugging information.
file
Lay out sections in the order specified by file.
value
Set the system root.
Interpret R_ARM_TARGET1 as R_ARM_ABS32.
Interpret R_ARM_TARGET1 as R_ARM_REL32.
Interpret R_ARM_TARGET2 as type, where type is one of rel, abs, or got-rel.
value
Same as --section-start with .bss as the sectionname.
value
Same as --section-start with .data as the sectionname.
value
Path to ThinLTO cached object file directory.
value
Pruning policy for the ThinLTO cache.
value
Number of ThinLTO jobs.
Run the linker multi-threaded. This option is enabled by default.
symbol
Trace references to symbol.
Print the names of the input files.
value
Same as --section-start with .text as the sectionname.
symbol
Force symbol to be an undefined symbol during linking.
value
Determine how to handle unresolved symbols.
Verbose mode.
file
Read version script from file.
, --version
Display the version number and exit.
Display the version number and proceed with linking if object files are specified.
Warn about duplicate common symbols.
Report unresolved symbols as warnings.
Force load of all members in a static library.
symbol
Use wrapper functions for symbol.
option
Linker option extensions.
Make the main stack executable. Stack permissions are recorded in the PT_GNU_STACK segment.
Do not emit PLT entries for GNU ifuncs. Instead, preserve relocations for ifunc call sites so that they may be applied by a run-time loader. Note that this feature requires special loader support and will generally result in application crashes when used outside of freestanding environments.
Set the DF_1_INTERPOSE flag to indicate that the object is an interposer. Runtime linkers perform symbol resolution by first searching the application, followed by interposers, and then any other dependencies.
Do not error if a symbol is defined multiple times. The first definition will be used. This is a synonym for --allow-multiple-definition.
Disable combining and sorting multiple relocation sections.
Disable the creation of copy relocations.
Set the DF_1_NODELETE flag to indicate that the object cannot be unloaded from a process.
Set the DF_1_NOOPEN flag to indcate that the object may not be opened by dlopen(3).
Do not indicate that portions of the object shold be mapped read-only after initial relocation processing. The object will omit the PT_GNU_RELRO segment.
Allow relocations against read-only segments. Sets the DT_TEXTREL flag in the DYNAMIC section.
Set the DF_BIND_NOW flag to indicate that the run-time loader should perform all relocation processing as part of object initialization. By default relocations may be performed on demand.
Set the DF_ORIGIN flag to indicate that the object requires $ORIGIN processing.
Emit retpoline format PLT entries as a mitigation for CVE-2017-5715.
Make the .dynamic section read-only. The DT_DEBUG tag will not be emitted.
size
Set the main thread's stack size to size. The stack size is recorded as the size of the size. PT_GNU_STACK program segment.
Do not allow relocations against read-only segments. This is the default.
Create a PT_OPENBSD_WXNEEDED segment.
September 14, 2018 FreeBSD-12.0