[PATCH] CodeGen: terminate compilation on failure in Inline ASM

Chandler Carruth chandlerc at google.com
Sun Jan 4 22:48:01 PST 2015


On Sun, Jan 4, 2015 at 10:16 PM, Saleem Abdulrasool <compnerd at compnerd.org>
wrote:

> This can be handled much better at the Sema level; thanks to majnemer for
> pointing that out.
>

It should still be an assert or llvm_report_fatal_error, or something other
than a direct call to 'exit'.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150104/d8f6c8a4/attachment.html>


More information about the cfe-commits mailing list