[LLVMdev] Adapting Kalaidoscope tutorial for use with LLVM.NET/LLVM-F#?
Duncan Sands
baldrick at free.fr
Mon May 14 00:39:45 PDT 2012
Hi Mikael,
> 2. LLVM.NET/LLVM-F# <http://LLVM.NET/LLVM-F#> uses the C API. Are there
> anything important missing from this API, things that are only accessible
> through the C API?
there's lots missing from the C API because functionality is added when someone
needs it. In the other direction, there's nothing the C binding can do that
the C++ API can't as far as I know. That's not to say that the C binding maps
directly onto the C++ API, some methods map to a sequence of C++ calls.
Ciao, Duncan
More information about the llvm-dev
mailing list