LDC with MSP430
    David Nadlinger via digitalmars-d-ldc 
    digitalmars-d-ldc at puremagic.com
       
    Wed Jul  5 18:08:57 PDT 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
    
    
More information about the digitalmars-d-ldc
mailing list