Path to this page:
./
devel/lld,
The LLVM Linker
Branch: pkgsrc-2019Q1,
Version: 7.0.1,
Package name: lld-7.0.1,
Maintainer: mgornyLLD 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.
Required to run:[
lang/llvm]
Required to build:[
lang/python27] [
pkgtools/cwrappers]
Master sites:
SHA1: 3b69e107f27d466488838d5fa65bdfd77b885007
RMD160: 44e0e851b957fef86352ebe6c2a37096f8595dcb
Filesize: 891.418 KB
Version history: (Expand)
- (2019-04-11) Package added to pkgsrc.se, version lld-7.0.1 (created)