July 06, 2017
Hi Luís,

On 6 Jul 2017, at 1:27, Luís Marques via digitalmars-d-ldc wrote:
> "There is no direct object emission support in MSP430 backend. clang
> executed assembler under the hood."
>
> Should LDC also learn to do this?

LDC also doesn't use an external assembler by default (see shouldAssembleExternally() in toobj.cpp). One way to track this down further would be to attach a debugger to LDC and see where it tries to access the MC assembler infrastructure (it shouldn't).

Best,
David
1 2 3
Next ›   Last »