lld@20

LLVM linker for linking object files and libraries into executables

brewmacoslinux
Try with needOr install directly
Source

About

LLVM Project Linker

Commands

lldlld-linkld.lldld64.lldwasm-ld

Examples

Link object files into an executable using lld$ ld.lld -o program object1.o object2.o -lc
Link with explicit library search paths$ lld -o binary main.o -L/usr/local/lib -lmylib
Link WebAssembly module$ wasm-ld -o output.wasm input.o --allow-undefined