You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Windows SEH] Fix crash on empty seh block (llvm#107031)
Fixesllvm#105813 and
llvm#106915.
Adds a check for the end of the iterator, which can be a sentinel.
The issue was introduced in
llvm@0efe111
from what I can see, so along with the introduction of /EHa support.
0 commit comments