Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/lld-netbsd,
The LLVM Linker
Branch: CURRENT,
Version: 9.0.0nb20190625,
Package name: lld-9.0.0nb20190625,
Maintainer: pkgsrc-usersLLD 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 build:[
devel/subversion-base] [
pkgtools/cwrappers] [
lang/python37]
Version history: (Expand)
- (2019-10-24) Package deleted from pkgsrc
- (2019-06-25) Package has been reborn
- (2019-06-25) Updated to version: lld-9.0.0nb20190625
- (2019-06-11) Package deleted from pkgsrc
- (2019-05-23) Updated to version: lld-9.0.0nb20190522
- (2019-03-14) Updated to version: lld-9.0.0nb20190314