lld

LLVM project linker for compiling and linking object files

brewmacoslinux
Try with needOr install directly
Source

About

LLVM Project Linker

Commands

ld.lldlld-linkld64.lldwasm-ld

Examples

Link object files using the LLVM linker$ ld.lld -o output main.o utils.o -lc
Use lld as the default linker with clang$ clang -fuse-ld=lld main.c -o main
Link WebAssembly modules$ wasm-ld main.o -o output.wasm