summaryrefslogtreecommitdiff
path: root/debuginfo-tests
diff options
context:
space:
mode:
Diffstat (limited to 'debuginfo-tests')
-rw-r--r--debuginfo-tests/dbg-arg.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/debuginfo-tests/dbg-arg.c b/debuginfo-tests/dbg-arg.c
index 26de4e5732c..c44bfd48803 100644
--- a/debuginfo-tests/dbg-arg.c
+++ b/debuginfo-tests/dbg-arg.c
@@ -1,8 +1,13 @@
// This test case checks debug info during register moves for an argument.
-// RUN: %clang %target_itanium_abi_host_triple -arch x86_64 -mllvm -fast-isel=false %s -c -o %t.o
+// RUN: %clang %target_itanium_abi_host_triple -arch x86_64 -mllvm -fast-isel=false %s -c -o %t.o -g
// RUN: %clang %target_itanium_abi_host_triple -arch x86_64 %t.o -o %t.out
// RUN: %test_debuginfo %s %t.out
//
+// DEBUGGER: break 26
+// DEBUGGER: r
+// DEBUGGER: print mutex
+// CHECK: ={{.*}} 0x0
+//
// Radar 8412415
struct _mtx