The LLVM Linker
LLD is a linker from the LLVM project. That is a drop-in replacement for system linkers and runs much faster than them. It also provides features that are useful for toolchain developers.
The linker supports ELF (Unix), PE/COFF (Windows), Mach-O (macOS) and WebAssembly in descending order of completeness. Internally, LLD consists of several different linkers. The ELF port is the one that will be described in this document. The PE/COFF port is complete, including Windows debug info (PDB) support. The WebAssembly port is still a work in progress (See WebAssembly lld port). The Mach-O port is built based on a different architecture than the others. For the details about Mach-O, please read ATOM-based lld.
- Links to home:aevseev:desktop / lld
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:cabelo:intel/lld && cd $_ - Create Badge
Source Files (show merged sources derived from linked package)
| Filename | Size | Changed |
|---|---|---|
| _link | 0000000128 128 Bytes | |
| _service | 0000000058 58 Bytes | |
| lld.changes | 0000004790 4.68 KB | |
| lld.spec | 0000007544 7.37 KB |
Comments 0