[PATCH] D118647: [hwasan] work around lifetime issue with setjmp.
    Florian Mayer via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Feb  1 12:13:09 PST 2022
    
    
  
fmayer marked an inline comment as done.
fmayer added inline comments.
================
Comment at: compiler-rt/test/hwasan/TestCases/use-after-scope-setjmp.cpp:4
+
+// REQUIRES: aarch64-target-arch
+// REQUIRES: stable-runtime
----------------
eugenis wrote:
> I don't see any reason to limit the test to aarch64.
I'll leave this for now for consistency with the other hwasan compiler-rt tests. We can bulk remove them after.
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