Building LDC for the first time

Daniel N via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Wed Aug 27 21:46:04 PDT 2014


On Wednesday, 27 August 2014 at 17:14:24 UTC, Kai Nacke wrote:
> Hi Daniel!
>
> You could try the integrated LLVM assembler. I am currently 
> testing this setup.
>
> 1. In driver/toobj.cpp, set bool const assembleExternally = 
> false;
> 2. in std.math, exchange in real poly(...) the inline assembler 
> with the D version (simply replace D_InlineAsm_X86 with none).
>
> This is what I am currently testing.
>
> Regards,
> Kai

Hi Kai,

yay, it works! Thanks for the fantastic support.

Regards,
Daniel N


More information about the digitalmars-d-ldc mailing list