[LLVMdev] CLR or C++/CLI interface to IR building API

Bill Wendling isanbard at gmail.com
Tue Aug 12 17:06:19 PDT 2008


Take a look at this page. It might give you more information:

  http://vmkit.llvm.org/

-bw

On Tue, Aug 12, 2008 at 4:38 PM, Scott Graham <scott.llvm at h4ck3r.net> wrote:
> Hi
>
> Our front end is written in a CLR language, and we're currently
> interacting with the middle/back-end by writing out .ll files. This
> was convenient to get started with, but they're getting to a "huge and
> unwieldy" stage now.
>
> I was wondering if anyone's attempted writing proxy/wrapper C++/CLI
> classes so that the IR API can be used directly from managed
> languages. Any tips/pointers/code/stories of horrible failure?
>
> thanks,
> scott
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>



More information about the llvm-dev mailing list