[PATCH] D137788: [sanitizers] [windows] Correctly override functions with backward jmps

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 5 13:00:36 PST 2022


mstorsjo added a comment.

In D137788#3971968 <https://reviews.llvm.org/D137788#3971968>, @zero9178 wrote:

> FWIW, after updating to Windows 11 today I started experiencing the same crashes with ASAN builds, remembered this patch and applied it to my local clang build. Works without issues now with the patch applied.

Thanks for the data point! Are you able to look into running and fixing the tests so that they cover this issue (so that they fail before applying the functional change and succeed afterwards)?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137788



More information about the llvm-commits mailing list