Fastest linker on Mac OS X

Jacob Carlborg doob at me.com
Sun Feb 23 09:30:02 UTC 2020


On 2020-02-22 15:45, Per Nordlöw wrote:
> What's the fastest linker to use when building using dmd or ldc on Mac?

There's only one linker that works properly, the official one, ld64. The 
LLVM LLD linker works in some cases but are missing some features. Some 
of the missing features are required by LDC, for example.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list