summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ARM/dwarf-asm-multiple-sections-dwarf-2.s
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2018-01-16 11:17:57 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2018-01-16 11:17:57 +0000
commit6f24c8778c95f7bb12912ab68a15569f28654293 (patch)
tree726f36ae1aa9e4c99c8ee159fc17fb25ebca6289 /llvm/test/MC/ARM/dwarf-asm-multiple-sections-dwarf-2.s
parent5eaddb3f6825a472bc4ef59a3a6aa1b6f9ff3b16 (diff)
downloadbcm5719-llvm-6f24c8778c95f7bb12912ab68a15569f28654293.tar.gz
bcm5719-llvm-6f24c8778c95f7bb12912ab68a15569f28654293.zip
[DebugInfo] Unify dumping of address ranges
Summary: This patch unifies the printing of address ranges as [0x0, 0x1). rdar://34822059 Reviewers: aprantl, dblaikie Subscribers: mehdi_amini, llvm-commits Differential Revision: https://reviews.llvm.org/D42056 llvm-svn: 322543
Diffstat (limited to 'llvm/test/MC/ARM/dwarf-asm-multiple-sections-dwarf-2.s')
-rw-r--r--llvm/test/MC/ARM/dwarf-asm-multiple-sections-dwarf-2.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/MC/ARM/dwarf-asm-multiple-sections-dwarf-2.s b/llvm/test/MC/ARM/dwarf-asm-multiple-sections-dwarf-2.s
index cc1d85e9691..5891a317007 100644
--- a/llvm/test/MC/ARM/dwarf-asm-multiple-sections-dwarf-2.s
+++ b/llvm/test/MC/ARM/dwarf-asm-multiple-sections-dwarf-2.s
@@ -35,8 +35,8 @@ b:
// DWARF: .debug_aranges contents:
// DWARF-NEXT: Address Range Header: length = 0x00000024, version = 0x0002, cu_offset = 0x00000000, addr_size = 0x04, seg_size = 0x00
-// DWARF-NEXT: [0x00000000 - 0x00000004)
-// DWARF-NEXT: [0x00000000 - 0x00000004)
+// DWARF-NEXT: [0x00000000, 0x00000004)
+// DWARF-NEXT: [0x00000000, 0x00000004)
// DWARF: .debug_line contents:
// DWARF: 0x0000000000000000 7 0 1 0 0 is_stmt
OpenPOWER on IntegriCloud