1 // RUN: %clang_hwasan -g %s -o %t && not %run %t 2>&1 | FileCheck %s
3 // Dynamic allocation of stack objects does not affect FP, so the backend should
4 // still be using FP-relative debug info locations that we can use to find stack
7 // Stack histories are currently not recorded on x86.
10 __attribute((noinline
))
15 p
= __builtin_alloca(64);
23 // CHECK: Potentially referenced stack objects:
24 // CHECK-NEXT: c in buggy