From: Adrian Prantl Date: Fri, 1 Aug 2014 23:01:32 +0000 (+0000) Subject: Cleanup this test some more. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=65225b64bbd924271c433c408f294941da73efc6;p=oota-llvm.git Cleanup this test some more. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214591 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/DebugInfo/X86/pieces-1.ll b/test/DebugInfo/X86/pieces-1.ll index 10eb34f8b83..f4217995a6d 100644 --- a/test/DebugInfo/X86/pieces-1.ll +++ b/test/DebugInfo/X86/pieces-1.ll @@ -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"