#pragma comment (lib, ...)

Iain Buclaw ibuclaw at ubuntu.com
Thu Oct 11 09:00:59 PDT 2012


On 11 October 2012 16:29, David Nadlinger <see at klickverbot.at> wrote:
> On Thursday, 11 October 2012 at 15:18:07 UTC, Iain Buclaw wrote:
>>
>> Does LDC only build one executable?
>
>
> What do you mean by "only one executable" – only one object file? If the
> latter, then the answer depends on whether you pass the -singleobj switch at
> compile time. If it is specified, all the LLVM modules which would be
> codegen'd as separate object files are linked together internally before
> emitting them, if not, individual object files are generated.
>
> David

Not what the LDC compiler does, the actual /usr/bin/ldc executable
itself.  Is it in one pieces, or in pieces?  eg:  GDC is in two
pieces, gdc and cc1d.

-- 
Iain Buclaw

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


More information about the Digitalmars-d mailing list