[llvm-commits] Patch series to expose APInt and APFloat to llvm-c and ocaml

Erick Tryzelaar idadesub at users.sourceforge.net
Mon Aug 10 13:25:01 PDT 2009


Hello all,

It's been a while since I did any work on the ocaml bindings, so I want to
check with everyone first before I commit this. This series adds initial
support for APInt and APFloat, as well as adding support for creating constant
ints and constant reals using APInt and APFloat.

The only real question I have is on the ocaml side of things. Right now this is
embedding the creation of APInt and APFloat into the Llvm module, but I think
it could be nice to have a separate Llvm_support module that doesn't link in
the rest of llvm. What do you all think?




More information about the llvm-commits mailing list