Preview LLVM Deimos bindings

David Nadlinger see at klickverbot.at
Mon Jul 23 05:32:09 PDT 2012


On Monday, 23 July 2012 at 06:56:26 UTC, Sönke Ludwig wrote:
> I wonder if it's feasable to compile LLVM using DMC and then 
> use extern(C++) to make an object oriented interface at some 
> point, possibly using SWIG or something.

The fact that the LLVM C++ API uses templates quite heavily might 
turn out to be a problem in that regard. I didn't have a look at 
how feasible it would be to just »pre-instantiate« all the 
needed combinations, though.

David


More information about the Digitalmars-d mailing list