diff options
Diffstat (limited to 'llvm/test/DebugInfo/X86/debug-loc-frame.ll')
-rw-r--r-- | llvm/test/DebugInfo/X86/debug-loc-frame.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/DebugInfo/X86/debug-loc-frame.ll b/llvm/test/DebugInfo/X86/debug-loc-frame.ll index f3bcfcb7377..90a38f1d2e2 100644 --- a/llvm/test/DebugInfo/X86/debug-loc-frame.ll +++ b/llvm/test/DebugInfo/X86/debug-loc-frame.ll @@ -4,7 +4,7 @@ ; for the stack location directly instead of generating a register+offset indirection. ; RUN: llc -O2 -filetype=obj -disable-post-ra -mtriple=x86_64-unknown-linux-gnu < %s \ -; RUN: | llvm-dwarfdump -v - | FileCheck %s +; RUN: | llvm-dwarfdump - | FileCheck %s ; ; int data = 17; ; int sum = 0; @@ -26,7 +26,7 @@ ; CHECK: DW_TAG_subprogram ; CHECK-NOT: NULL ; CHECK: DW_TAG_variable -; CHECK: DW_AT_location [DW_FORM_sec_offset] ({{.*}} +; CHECK: DW_AT_location ({{.*}} ; CHECK-NEXT: [{{0x.*}}, {{0x.*}}): DW_OP_reg0 RAX ; ; Note: This is a location, so we don't want an extra DW_OP_deref at the end. @@ -36,7 +36,7 @@ ; ... [rsp+4] DW_OP_deref ; ; CHECK-NEXT: [{{0x.*}}, {{0x.*}}): DW_OP_breg7 RSP+4) -; CHECK-NEXT: DW_AT_name {{.*}}"val" +; CHECK-NEXT: DW_AT_name ("val") ; ModuleID = 'frame.c' source_filename = "frame.c" |