www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Fastest linker on Mac OS X

reply Per =?UTF-8?B?Tm9yZGzDtnc=?= <per.nordlow gmail.com> writes:
What's the fastest linker to use when building using dmd or ldc 
on Mac?

My application takes under 1 sec to compiler and 2-3 secs to link.
Feb 22 2020
parent Jacob Carlborg <doob me.com> writes:
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
Feb 23 2020