jdoerfert added a comment. In D80735#2073639 <https://reviews.llvm.org/D80735#2073639>, @jhuber6 wrote:
> The failure message is pretty much always this assertion as far as I can tell > > clang-11: > /home/jhuber/Documents/llvm-project/llvm/lib/IR/Instructions.cpp:439: void > llvm::CallInst::init(llvm::FunctionType*, llvm::Value*, > llvm::ArrayRef<llvm::Value*>, > llvm::ArrayRef<llvm::OperandBundleDefT<llvm::Value*> >, const llvm::Twine&): > Assertion `(i >= FTy->getNumParams() || FTy->getParamType(i) == > Args[i]->getType()) && "Calling a function with a bad signature!"' failed. > Now we have to figure out what the types are and what is expected. Can you go back the stack trace and add some prints to this end? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D80735/new/ https://reviews.llvm.org/D80735 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits