summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/AArch64
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/DebugInfo/AArch64
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/DebugInfo/AArch64')
-rw-r--r--llvm/test/DebugInfo/AArch64/asan-stack-vars.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/DebugInfo/AArch64/asan-stack-vars.ll b/llvm/test/DebugInfo/AArch64/asan-stack-vars.ll
index 37f9f65c1e1..6e76edd13a3 100644
--- a/llvm/test/DebugInfo/AArch64/asan-stack-vars.ll
+++ b/llvm/test/DebugInfo/AArch64/asan-stack-vars.ll
@@ -14,7 +14,7 @@
; @interface Object : NSObject
; - (instancetype)initWithSize:(CGSize)size;
; - (id)aMessage;
-; @end
+; @end
; @implementation MyObject
; + (id)doWithSize:(CGSize)imageSize andObject:(id)object {
; return [object aMessage];
@@ -28,9 +28,9 @@
; CHECK: "_cmd"
; CHECK: DW_TAG_formal_parameter
; CHECK-NEXT: DW_AT_location
-; CHECK-NEXT: 0x{{0*}} - 0x{{.*}}:
+; CHECK-NEXT: [0x{{0*}}, 0x{{.*}}):
; CHECK-NOT: DW_AT_
-; CHECK: 0x{{.*}} - [[FN_END]]:
+; CHECK: [0x{{.*}}, [[FN_END]]):
; CHECK-NEXT: DW_AT_name {{.*}}"imageSize"
; ModuleID = 'm.m'
OpenPOWER on IntegriCloud