Cleanup this test some more.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214591 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Adrian Prantl 2014-08-01 23:01:32 +00:00
parent 22c6e043d1
commit 65225b64bb

View File

@ -1,5 +1,5 @@
; RUN: llc -O0 %s -filetype=obj -o %t.o
; RUN: llvm-dwarfdump -debug-dump=loc %t.o | FileCheck --check-prefix=CHECK-DWARF %s
; RUN: llvm-dwarfdump -debug-dump=loc %t.o | FileCheck %s
;
; rdar://problem/15928306
;
@ -14,17 +14,17 @@
; }
;
;
; CHECK-DWARF: .debug_loc contents:
; CHECK: .debug_loc contents:
;
; 0x0000000000000000 - 0x0000000000000006: rdi, piece 0x00000008, rsi, piece 0x00000004
; CHECK-DWARF: Beginning address offset: 0x0000000000000000
; CHECK-DWARF: Ending address offset: [[LTMP3:.*]]
; CHECK-DWARF: Location description: 55 93 08 54 93 04
; CHECK: Beginning address offset: 0x0000000000000000
; CHECK: Ending address offset: [[LTMP3:.*]]
; CHECK: Location description: 55 93 08 54 93 04
; 0x0000000000000006 - 0x0000000000000008: rbp-8, piece 0x00000008, rax, piece 0x00000004 )
; CHECK-DWARF: Beginning address offset: [[LTMP3]]
; CHECK-DWARF: Ending address offset: [[END:.*]]
; CHECK-DWARF: Location description: 76 78 93 08 54 93 04
; CHECK: Beginning address offset: [[LTMP3]]
; CHECK: Ending address offset: [[END:.*]]
; CHECK: Location description: 76 78 93 08 54 93 04
target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-apple-macosx10.9.0"