[llvm] r214591 - Cleanup this test some more.
Adrian Prantl
aprantl at apple.com
Fri Aug 1 16:01:33 PDT 2014
Author: adrian
Date: Fri Aug 1 18:01:32 2014
New Revision: 214591
URL: http://llvm.org/viewvc/llvm-project?rev=214591&view=rev
Log:
Cleanup this test some more.
Modified:
llvm/trunk/test/DebugInfo/X86/pieces-1.ll
Modified: llvm/trunk/test/DebugInfo/X86/pieces-1.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/pieces-1.ll?rev=214591&r1=214590&r2=214591&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/pieces-1.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/pieces-1.ll Fri Aug 1 18:01:32 2014
@@ -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"
More information about the llvm-commits
mailing list