[PATCH] D118647: [hwasan] work around lifetime issue with setjmp.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 1 11:30:46 PST 2022


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

LGTM



================
Comment at: compiler-rt/test/hwasan/TestCases/use-after-scope-setjmp.cpp:4
+
+// REQUIRES: aarch64-target-arch
+// REQUIRES: stable-runtime
----------------
I don't see any reason to limit the test to aarch64.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118647



More information about the llvm-commits mailing list