High-performance, cross-platform linker with full compatibility for ELF, COFF, and MachO formats
See FeaturesLLD is significantly faster than traditional linkers through optimized linking and caching strategies
Read Optimization Guide →Supports ELF, COFF, Mach-O, and WebAssembly with platform-specific optimizations
Format Documentation →Integrates seamlessly with Clang toolchain and LLVM infrastructure
Integration Guide →# Link object files using LLD clang -fuse-ld=lld main.o utils.o -o executable
Contribute to improving linker performance and platform support
Become a Contributor