./devel/lld, The LLVM Linker

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 16.0.6, Package name: lld-16.0.6, Maintainer: pkgsrc-users

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 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:
[pkgtools/cwrappers] [lang/python37]

Master sites:

Filesize: 1421.57 KB

Version history: (Expand)


CVS history: (Expand)


   2023-10-06 21:15:21 by Adam Ciarcinski | Files touched by this commit (53) | Package updated
Log message:
llvm: updated to 16.0.6

https://releases.llvm.org/16.0.0/docs/ReleaseNotes.html
https://releases.llvm.org/16.0.0/tools/clang/docs/ReleaseNotes.html
https://releases.llvm.org/16.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
https://releases.llvm.org/16.0.0/tools/lld/docs/ReleaseNotes.html
https://releases.llvm.org/16.0.0/projects/libcxx/docs/ReleaseNotes.html
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   2023-05-02 20:10:53 by Nikita | Files touched by this commit (3)
Log message:
lld, lldb, polly: restrict version in bl3 while we have 16 in wip
   2023-03-30 23:34:03 by Roland Illig | Files touched by this commit (1)
Log message:
devel/lld: remove sentence about "this document" from DESCR
   2023-03-14 12:25:56 by Frederic Cambus | Files touched by this commit (2)
Log message:
lld: add a symlink in ${PREFIX}/libexec so that LLD can be used in Pkgsrc.
   2023-01-24 19:36:36 by Thomas Klausner | Files touched by this commit (103)
Log message:
*: convert to cmake/build.mk
   2023-01-12 20:32:54 by Adam Ciarcinski | Files touched by this commit (15) | Package updated
Log message:
llvm: updated to 15.0.7

LLVM 15.0.7 is now available. This release is a bug-fix release and is API and \ 
ABI compatible with 15.0.0. If there are no major issues found with this \ 
release, then it will be the last 15.0.x release.
   2022-11-30 20:55:00 by Adam Ciarcinski | Files touched by this commit (19) | Package updated
Log message:
llvm: updated to 15.0.6

15.0.6
Bug fixes