lld-link-5.0
LLVM-based linker
Install
- All systems
-
curl cmd.cat/lld-link-5.0.sh
- Ubuntu
-
apt-get install lld-5.0
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install lld-5.0
- Dockerfile
- dockerfile.run/lld-link-5.0