[LLVMdev] LLVM-C addition: LLVMConvertModuleToXXX
F van der Meeren
filip at code2develop.com
Thu Sep 16 02:30:12 PDT 2010
To get the cpp version, just remove the first line...
It just feels to me that the llvm-c version is the unwanted sibling. And I want to change it in a rapid tempo. To a fully equipped alternative.
-Filip
Sent from my iPad
On 16 Sep 2010, at 10:00, Duncan Sands <baldrick at free.fr> wrote:
> Hi Filip,
>
>> What do you guys/girls think about LLVM-C additions that are similar to the
>> following:
>
> as a meta-point, I thought llvm-c was supposed to be a binding, i.e. only
> contain routines that map directly to existing C++ routines. Here you are
> adding a bunch of logic that presumably doesn't exist in the C++ library.
> As such, you should consider first adding a C++ helper function for doing
> this, then adding an llvm-c binding to it, rather than doing everything in
> llvm-c.
>
> Ciao,
>
> Duncan.
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list