Technical Details About LLD

From RAD Studio
Jump to: navigation, search

Go Up to C++ Linkers

For information on using LLD on the command line, please see the Using LLD on the Command Line page.

LLD

LLD is a linker from the LLVM project that is a drop-in replacement for system linkers such as GNU BFD and gold linkers, running much faster than them. Besides, its features are useful for toolchain developers.

The LLD project supports ELF (Unix), PE/COFF (Windows), Mach-O (macOS), and WebAssembly in descending order of completeness. But RAD Studio only supports COFF for Windows.

See Also