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 4606712 commit e483673Copy full SHA for e483673
compiler-rt/test/hwasan/TestCases/deep-recursion.c
@@ -17,7 +17,9 @@
17
// Stack histories are currently not recorded on x86.
18
// XFAIL: target=x86_64{{.*}}
19
20
+#include <stdint.h>
21
#include <stdlib.h>
22
+
23
// At least -O1 is needed for this function to not have a stack frame on
24
// AArch64.
25
void USE(void *x) { // pretend_to_do_something(void *x)
0 commit comments