[clang] [llvm] Fix Windows EH IP2State tables (remove +1 bias) (PR #144745)

Hans Wennborg via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 22 04:01:17 PDT 2025


zmodem wrote:

> Maybe we should make the compiler insert a nop after inline asm blocks marked "unwind"? Shifting the burden to the user seems error-prone, and the extra nop is unlikely to matter much.

+1 this sounds like a good way to unbreak users.

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


More information about the cfe-commits mailing list