summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/AArch64
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2018-12-22 20:34:58 +0000
committerDavid Blaikie <dblaikie@gmail.com>2018-12-22 20:34:58 +0000
commit25179613f67ddf037ab378a3966187d1d986fa92 (patch)
tree1d06fc5c23cff664cd42ac207b6597b31549e724 /llvm/test/DebugInfo/AArch64
parent640be69249faffba127c82cbabc93a56693ecabd (diff)
downloadbcm5719-llvm-25179613f67ddf037ab378a3966187d1d986fa92.tar.gz
bcm5719-llvm-25179613f67ddf037ab378a3966187d1d986fa92.zip
llvm-dwarfdump: Dump the section name/number for addr attributes
llvm-svn: 350009
Diffstat (limited to 'llvm/test/DebugInfo/AArch64')
-rw-r--r--llvm/test/DebugInfo/AArch64/dwarfdump.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/AArch64/dwarfdump.ll b/llvm/test/DebugInfo/AArch64/dwarfdump.ll
index 6ce5f023445..956b10d64ab 100644
--- a/llvm/test/DebugInfo/AArch64/dwarfdump.ll
+++ b/llvm/test/DebugInfo/AArch64/dwarfdump.ll
@@ -14,9 +14,9 @@
; A couple of ABS64s similarly:
-; CHECK: DW_AT_low_pc [DW_FORM_addr] (0x0000000000000000)
+; CHECK: DW_AT_low_pc [DW_FORM_addr] (0x0000000000000000 ".text")
; CHECK-4: DW_AT_high_pc [DW_FORM_data4] (0x00000008)
-; CHECK-3: DW_AT_high_pc [DW_FORM_addr] (0x0000000000000008)
+; CHECK-3: DW_AT_high_pc [DW_FORM_addr] (0x0000000000000008 ".text")
define i32 @main() nounwind !dbg !3 {
ret i32 0, !dbg !8
OpenPOWER on IntegriCloud