LDC in D
    Kai Nacke via digitalmars-d-ldc 
    digitalmars-d-ldc at puremagic.com
       
    Sun Apr 26 22:11:45 PDT 2015
    
    
  
On Friday, 24 April 2015 at 15:33:36 UTC, Dan Olson wrote:
> Kai, Just curious.  When LDC moves to DDMD, is the plan to 
> continue to
> use the LLVM C++ interface, perhaps making the C++ glue layer 
> simple
> enough that D can handle properly, or will there be a switch to 
> the LLVM
> C interface?
Hi Dan!
I think that the C interface of LLVM does not expose all the 
stuff LDC is using. We will end with having a C++ glue layer. 
This could also have a good side effect: we can try to 
encapsulate the API differences in the glue layer.
Regards,
Kai
    
    
More information about the digitalmars-d-ldc
mailing list