[PATCH] Add warning capabilities in LLVM (backend part), Take 2

Reid Kleckner rnk at google.com
Tue Dec 10 16:43:17 PST 2013


On Tue, Dec 10, 2013 at 4:31 PM, Quentin Colombet <qcolombet at apple.com>wrote:

> - Do we want to extend that to fatal error as well?
> That would be a nice homogenization of the framework (replace (some of)
> the calls to report_fatal_error).
>

This should definitely be used for things like "ran out of registers for
inline asm".  That should only fail the current function codegen for
something like MCJIT, and not exit the process.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131210/fb905fe2/attachment.html>


More information about the llvm-commits mailing list