diff options
Diffstat (limited to 'llvm/test/DebugInfo/X86/float_const_loclist.ll')
| -rw-r--r-- | llvm/test/DebugInfo/X86/float_const_loclist.ll | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/llvm/test/DebugInfo/X86/float_const_loclist.ll b/llvm/test/DebugInfo/X86/float_const_loclist.ll index 232db7216f4..fb95448d24e 100644 --- a/llvm/test/DebugInfo/X86/float_const_loclist.ll +++ b/llvm/test/DebugInfo/X86/float_const_loclist.ll @@ -20,21 +20,21 @@ ; ; CHECK: .debug_info contents: ; CHECK: DW_TAG_variable -; CHECK-NEXT: DW_AT_location {{.*}} (0x00000000) +; CHECK-NEXT: DW_AT_location {{.*}} (0x[[LD:.*]]) ; CHECK-NEXT: DW_AT_name {{.*}}"ld" ; CHECK: DW_TAG_variable -; CHECK-NEXT: DW_AT_location {{.*}} (0x00000031) +; CHECK-NEXT: DW_AT_location {{.*}} (0x[[F:.*]]) ; CHECK-NEXT: DW_AT_name {{.*}}"f" ; ; CHECK: .debug_loc contents: -; CHECK: 0x00000000: Beginning address offset: [[START:.*]] -; CHECK: Ending address offset: [[END:.*]] -; CHECK: Location description: 10 80 f0 a3 e1 05 93 08 10 80 80 01 9d 10 40 -; constu ..., piece 8, constu ..., bit-piece 16 64 -; CHECK: 0x00000031: Beginning address offset: [[START]] -; CHECK: Ending address offset: [[END]] -; CHECK: Location description: 10 c3 eb a3 82 04 -; constu ... +; CHECK: [[LD]]: Beginning address offset: [[START:.*]] +; CHECK: Ending address offset: [[END:.*]] +; CHECK: Location description: 10 80 f0 a3 e1 f5 d1 f0 fa c8 01 93 08 10 80 80 01 9d 10 40 +; constu 0xc8f5c28f5c28f800, piece 8, constu 0x00004000, bit-piece 16 64 +; CHECK: [[F]]: Beginning address offset: [[START]] +; CHECK: Ending address offset: [[END]] +; CHECK: Location description: 10 c3 eb a3 82 04 +; constu ... source_filename = "test.c" target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-apple-macosx10.11.0" |

