[clang] [llvm] Fix Windows EH IP2State tables (remove +1 bias) (PR #144745)
David Spickett via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 23 01:48:43 PDT 2025
DavidSpickett wrote:
> Any other ideas or should we just revert everything while you try to figure it out?
It requires the x86 target, but not in an obvious way, clang's cc1 generates an option that requires the target. Rather than what you see in the RUN line requiring it.
Should be fixed now.
https://github.com/llvm/llvm-project/pull/144745
More information about the cfe-commits
mailing list