lld 13.0.1
Linker from the LLVM project
LLD is a high-performance linker, built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project.
- Website: https://lld.llvm.org/
- Licenses: ASL 2.0
- Package source: gnu/packages/llvm.scm
- Builds: See build status
- Issues: See known issues
Installation
Install lld 13.0.1
as follows:
guix install lld@13.0.1
Or install the latest version:
guix install lld
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.