LDC in D
    Kai Nacke via digitalmars-d-ldc 
    digitalmars-d-ldc at puremagic.com
       
    Fri Apr 24 01:06:37 PDT 2015
    
    
  
On Friday, 24 April 2015 at 05:36:10 UTC, Jonathan Marler wrote:
> I know there's been developments in C++/D interop.  I'm 
> wondering what parts are missing to be able to use the LLVM IR 
> Codegeneration libraries in a D application?  I figured I'd ask 
> the LDC guys since you have experience with both LLVM and D. 
> Thanks.
Hi Jonathan!
There are several D bindings for LLVM which you can use.
The drawback is that they all use the C interface which is 
sometimes a bit limited. I am not aware that there is a binding 
for the C++ interface.
Regards,
Kai
    
    
More information about the digitalmars-d-ldc
mailing list