[LLVMdev] CLR or C++/CLI interface to IR building API
Scott Graham
scott.llvm at h4ck3r.net
Tue Aug 12 16:38:50 PDT 2008
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
More information about the llvm-dev
mailing list