[compiler-rt] a63325b - [test][asan] Try android again with 20e4c7af

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 15 23:30:24 PDT 2023


Author: Vitaly Buka
Date: 2023-08-15T23:29:05-07:00
New Revision: a63325b6e2cb327a5198eef20673ee0f3d4de9ab

URL: https://github.com/llvm/llvm-project/commit/a63325b6e2cb327a5198eef20673ee0f3d4de9ab
DIFF: https://github.com/llvm/llvm-project/commit/a63325b6e2cb327a5198eef20673ee0f3d4de9ab.diff

LOG: [test][asan] Try android again with 20e4c7af

Probably alignment as Darwin.

Added: 
    

Modified: 
    compiler-rt/test/asan/TestCases/Posix/fake_stack_gc.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/asan/TestCases/Posix/fake_stack_gc.cpp b/compiler-rt/test/asan/TestCases/Posix/fake_stack_gc.cpp
index 86f9458ccc7bce..35fd806f50a4a2 100644
--- a/compiler-rt/test/asan/TestCases/Posix/fake_stack_gc.cpp
+++ b/compiler-rt/test/asan/TestCases/Posix/fake_stack_gc.cpp
@@ -3,9 +3,6 @@
 // Check that fake stack does not discard frames on the main stack, when GC is
 // triggered from high alt stack.
 
-// FIXME: Investigate.
-// UNSUPPORTED: android
-
 #include <algorithm>
 #include <assert.h>
 #include <csignal>


        


More information about the llvm-commits mailing list