[clang] [Clang] fix crash in codegen caused by deferred asm diagnostics under -fopenmp (PR #147163)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 8 11:59:03 PDT 2025


efriedma-quic wrote:

My understanding is that "recoverable" in this context means we can actually generate sensible IR for the construct.  So no errors, except for warnings promoted to errors (or certain errors which don't impact IRGen/CFG analysis).  And if that isn't what isUnrecoverable() is referring to, we should define a new function which means that.

https://github.com/llvm/llvm-project/pull/147163


More information about the cfe-commits mailing list