lld@21

LLVM linker for compiling and linking object files into executables

brewmacoslinux
Try with needOr install directly
Source

About

LLVM Project Linker

Commands

ld.lldlldld64.lldwasm-ld

Examples

Link object files into an executable using lld$ ld.lld -o program main.o lib.o -lc
Link with custom library search path$ ld.lld -o output file.o -L/usr/local/lib -lmylib
Link WebAssembly module$ wasm-ld -o program.wasm main.o --allow-undefined