lld-link-6.0
LLVM-based linker
Install
- All systems
-
curl cmd.cat/lld-link-6.0.sh
- Debian
-
apt-get install lld-6.0
- Ubuntu
-
apt-get install lld-6.0
- Kali Linux
-
apt-get install lld-6.0
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install lld-6.0
- Dockerfile
- dockerfile.run/lld-link-6.0
lld-6.0
LLVM-based linker
LLD is a new, high-performance linker. It is built as a set of reusable components which highly leverage existing libraries in the larger LLVM Project.