LLVM

LLD - LLVM Native Linker

High-performance, cross-platform linker with full compatibility for ELF, COFF, and MachO formats

See Features

Key Features

High Performance

LLD is significantly faster than traditional linkers through optimized linking and caching strategies

Read Optimization Guide →

Multi-Format Support

Supports ELF, COFF, Mach-O, and WebAssembly with platform-specific optimizations

Format Documentation →

Modern Tooling

Integrates seamlessly with Clang toolchain and LLVM infrastructure

Integration Guide →

Getting Started

Basic Usage

# Link object files using LLD
clang -fuse-ld=lld main.o utils.o -o executable

Join the LLD Community

Contribute to improving linker performance and platform support

Become a Contributor