[PATCH] D136430: [AAArch64][Windows] Fix the crash when running ninja check-asan

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 21 02:16:23 PDT 2022


mstorsjo accepted this revision.
mstorsjo added a comment.
This revision is now accepted and ready to land.

If the issue was on the level that the number of SEH opcodes didn't match the number of instructions, then D131394 <https://reviews.llvm.org/D131394> should have triggered when compiling the object file too - can you clarify whether this was the case (but you might have tested with an older version before D131394 <https://reviews.llvm.org/D131394> had been landed), or if it was a case where the number of opcodes/instructions matched while being incorrect?

The fix in itself probably is correct in any case.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136430/new/

https://reviews.llvm.org/D136430



More information about the llvm-commits mailing list