We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903faef commit 144c5b6Copy full SHA for 144c5b6
compiler-rt/test/hwasan/TestCases/deep-recursion.c
@@ -17,6 +17,9 @@
17
// Stack histories are currently not recorded on x86.
18
// XFAIL: target=x86_64{{.*}}
19
20
+// Flaky on AArch64 Linux, see https://github.com/llvm/llvm-project/issues/69221.
21
+// UNSUPPORTED: target=aarch64-linux{{.*}}
22
+
23
#include <stdlib.h>
24
// At least -O1 is needed for this function to not have a stack frame on
25
// AArch64.
0 commit comments