search for: footyid

Displaying 2 results from an estimated 2 matches for "footyid".

Did you mean: foogid
2007 Sep 12
0
[LLVMdev] C interface
On Sep 11, 2007, at 10:01 PM, Gordon Henriksen wrote: > Hi all, > > I'm authoring a C interface to the LLVM IR type system. Since this > is Really Quite Tedious, I would like to solicit opinions before I > get too far down any paths that seem offensive. Sounds good. > I've attached the header, where I've mapped a portion of Module and > most of Type and
2007 Sep 12
7
[LLVMdev] C interface
Hi all, I'm authoring a C interface to the LLVM IR type system. Since this is Really Quite Tedious, I would like to solicit opinions before I get too far down any paths that seem offensive. I've attached the header, where I've mapped a portion of Module and most of Type and its subclasses. This is working, and I've built ocaml bindings on top of it.[1] My intent is to