diff options
Diffstat (limited to 'lld/test/ELF/gdb-index-multiple-cu.s')
-rw-r--r-- | lld/test/ELF/gdb-index-multiple-cu.s | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lld/test/ELF/gdb-index-multiple-cu.s b/lld/test/ELF/gdb-index-multiple-cu.s index 9a8c2eae78d..8702d9f3924 100644 --- a/lld/test/ELF/gdb-index-multiple-cu.s +++ b/lld/test/ELF/gdb-index-multiple-cu.s @@ -3,10 +3,10 @@ # RUN: ld.lld --gdb-index %t.o -o %t # RUN: llvm-dwarfdump -gdb-index %t | FileCheck %s -# CuIndexAndAttrs of _start: -# Attributes << 24 | CuIndex = 48 << 24 | 0 = 0x30000000 -# CuIndexAndAttrs of foo: -# Attributes << 24 | CuIndex = 48 << 24 | 1 = 0x30000001 +# cuIndexAndAttrs of _start: +# attributes << 24 | cuIndex = 48 << 24 | 0 = 0x30000000 +# cuIndexAndAttrs of foo: +# attributes << 24 | cuIndex = 48 << 24 | 1 = 0x30000001 # CHECK: Symbol table # CHECK-DAG: String name: _start, CU vector index: 0 # CHECK-DAG: String name: foo, CU vector index: 1 @@ -63,7 +63,7 @@ foo: # Swap sets to test the case where pubnames are in a # different order than the CUs they refer to. .section .debug_gnu_pubnames,"",@progbits - # CuIndex: 1 + # cuIndex: 1 .long .LpubNames_end1 - .LpubNames_begin1 .LpubNames_begin1: .short 2 # Version @@ -75,7 +75,7 @@ foo: .long 0 .LpubNames_end1: - # CuIndex: 0 + # cuIndex: 0 .long .LpubNames_end0 - .LpubNames_begin0 .LpubNames_begin0: .short 2 # Version |