Skip to content

Commit e483673

Browse files
committed
[compiler-rt][HWASAN] Add missing include in deep-recursion.c test
1 parent 4606712 commit e483673

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler-rt/test/hwasan/TestCases/deep-recursion.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
// Stack histories are currently not recorded on x86.
1818
// XFAIL: target=x86_64{{.*}}
1919

20+
#include <stdint.h>
2021
#include <stdlib.h>
22+
2123
// At least -O1 is needed for this function to not have a stack frame on
2224
// AArch64.
2325
void USE(void *x) { // pretend_to_do_something(void *x)

0 commit comments

Comments
 (0)