[PATCH] D143637: StackProtector: add unwind cleanup paths for instrumentation.
Hans Wennborg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 4 05:15:39 PDT 2023
hans added a comment.
In D143637#4237166 <https://reviews.llvm.org/D143637#4237166>, @hans wrote:
> Heads up that we bisected test failures in Chromium (targeting iOS/x86_64 simulator) to this revision: https://bugs.chromium.org/p/chromium/issues/detail?id=1428624 Hopefully we'll be able to figure out what's going on next week, but if anyone else has seen problems too it would be interesting to know.
I still don't have a root cause or stand-alone repro, but I did notice that this kicks in even with clang's `-fno-exceptions`, which seems like it might be wrong?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143637/new/
https://reviews.llvm.org/D143637
More information about the llvm-commits
mailing list