[PATCH] D34875: ARM: Report error for invalid use of AAPCS_VFP calling convention

Diana Picus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 14 05:13:42 PDT 2017


rovka added a comment.

Hi, you could try looking into LLVMContext::emitError - it shouldn't be too hard to get hold of an LLVMContext, and that's what we use to report e.g. errors in inline asm in SelectionDAGBuilder.


https://reviews.llvm.org/D34875





More information about the llvm-commits mailing list