diff options
Diffstat (limited to 'debuginfo-tests/stack-var.c')
-rw-r--r-- | debuginfo-tests/stack-var.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debuginfo-tests/stack-var.c b/debuginfo-tests/stack-var.c index 372139c59b0..526a048ce42 100644 --- a/debuginfo-tests/stack-var.c +++ b/debuginfo-tests/stack-var.c @@ -1,4 +1,4 @@ -// RUN: %clang %target_itanium_abi_host_triple %s -O -o %t.out -g +// RUN: %clang %target_itanium_abi_host_triple %s -O -o %t.out -gdwarf-2 // RUN: %test_debuginfo %s %t.out void __attribute__((noinline, optnone)) bar(int *test) {} |