summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ARM/dwarf-asm-multiple-sections.s
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/MC/ARM/dwarf-asm-multiple-sections.s')
-rw-r--r--llvm/test/MC/ARM/dwarf-asm-multiple-sections.s11
1 files changed, 6 insertions, 5 deletions
diff --git a/llvm/test/MC/ARM/dwarf-asm-multiple-sections.s b/llvm/test/MC/ARM/dwarf-asm-multiple-sections.s
index 09c781bf991..cff8f000731 100644
--- a/llvm/test/MC/ARM/dwarf-asm-multiple-sections.s
+++ b/llvm/test/MC/ARM/dwarf-asm-multiple-sections.s
@@ -64,11 +64,12 @@ b:
// DWARF: .debug_ranges contents:
-// DWARF-NEXT: 0x00000000: 0xffffffff, 0x00000000
-// DWARF-NEXT: 0x00000008: 0x00000000, 0x00000004 => [0x00000000, 0x00000004)
-// DWARF-NEXT: 0x00000010: 0xffffffff, 0x00000000
-// DWARF-NEXT: 0x00000018: 0x00000000, 0x00000004 => [0x00000000, 0x00000004)
-// DWARF-NEXT: 0x00000020: 0x00000000, 0x00000000
+// DWARF: 00000000 ffffffff 00000000
+// DWARF: 00000000 00000000 00000004
+// DWARF: 00000000 ffffffff 00000000
+// DWARF: 00000000 00000000 00000004
+// DWARF: 00000000 <End of list>
+
// Offsets are different in DWARF v5 due to different header layout.
OpenPOWER on IntegriCloud