[LLVMdev] Adapting Kalaidoscope tutorial for use with LLVM.NET/LLVM-F#?
Keith Sheppard
keithshep at gmail.com
Mon May 14 13:42:49 PDT 2012
Hi, Does any documentation exist (or maybe could someone give an
overview) on what kind of stuff we're missing out on by binding to the
C API? I'd be really interested to know.
Thank you,
Keith
On Mon, May 14, 2012 at 3:39 AM, Duncan Sands <baldrick at free.fr> wrote:
> 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
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
--
keithsheppard.name
More information about the llvm-dev
mailing list