[LLVMdev] IRBuilder CreateCall2 etc removed?

Daniel Berlin dberlin at dberlin.org
Thu May 21 14:55:49 PDT 2015


It was simplified to take any number of arguments.  You should be able
to just replace them with CreateCall(..., {arg1, arg2, arg3, ...},
...)

Note that LLVM's trunk API is not considered stable.


On Thu, May 21, 2015 at 2:41 PM, Dibyendu Majumdar
<mobile at majumdar.org.uk> wrote:
> I updated my git clone and found that my code doesn't compile any more
> as the methods CreateCall2(), CreateCall3() etc. have been removed
> from IRBuilder.
>
> What is the rationale for this breaking change?
>
> Regards
> Dibyendu
> _______________________________________________
> 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