diff options
author | Adrian Prantl <aprantl@apple.com> | 2014-08-01 23:01:32 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2014-08-01 23:01:32 +0000 |
commit | d13dba42f629f9165ec6aa89e8094259429a134a (patch) | |
tree | d0ed544291436d501ab300955fcf97a6b46182ac /llvm | |
parent | a717a6da3d43eca223d36ae092a6ce3d0475ba52 (diff) | |
download | bcm5719-llvm-d13dba42f629f9165ec6aa89e8094259429a134a.tar.gz bcm5719-llvm-d13dba42f629f9165ec6aa89e8094259429a134a.zip |
Cleanup this test some more.
llvm-svn: 214591
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/test/DebugInfo/X86/pieces-1.ll | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/llvm/test/DebugInfo/X86/pieces-1.ll b/llvm/test/DebugInfo/X86/pieces-1.ll index 10eb34f8b83..f4217995a6d 100644 --- a/llvm/test/DebugInfo/X86/pieces-1.ll +++ b/llvm/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" |