#pragma comment (lib, ...)

Iain Buclaw ibuclaw at ubuntu.com
Thu Oct 11 07:53:49 PDT 2012


On 11 October 2012 13:18, David Nadlinger <see at klickverbot.at> wrote:
> On Thursday, 11 October 2012 at 12:11:47 UTC, Manu wrote:
>>
>> LLVM?
>
>
> LLVM is capable of emitting directly to object files, but linking is not
> part of its (core) agenda. In LDC, we currently depend on "the system
> linker", i.e. GCC on Unixen and link.exe on MSVC/Windows. This might change
> if/when LLD (http://lld.llvm.org/) becomes stable, though.
>
> David

Does LDC only build one executable?



-- 
Iain Buclaw

*(p < e ? p++ : p) = (c & 0x0f) + '0';


More information about the Digitalmars-d mailing list