aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/X86/DW_TAG_friend.ll
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-08-19 03:36:23 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-08-19 03:36:23 +0000
commita9b697975592b204e86496efc62a8b26fbfa1a03 (patch)
treeec4900b4dd5f306eb0abcde52f960bae0ea1e58a /test/DebugInfo/X86/DW_TAG_friend.ll
parent2883fd4df4bba4bb57b984bcea5fa896d435a662 (diff)
downloadexternal_llvm-a9b697975592b204e86496efc62a8b26fbfa1a03.zip
external_llvm-a9b697975592b204e86496efc62a8b26fbfa1a03.tar.gz
external_llvm-a9b697975592b204e86496efc62a8b26fbfa1a03.tar.bz2
llvm-dwarfdump: Do not include address offsets for attributes, only for tags
This reduces the noise in diffs making it more likely that, at least for LLVM revision-over-revision, diffs will actually yield usable results. This is consistent with objdump's DWARF dumping behavior. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188650 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/X86/DW_TAG_friend.ll')
-rw-r--r--test/DebugInfo/X86/DW_TAG_friend.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/X86/DW_TAG_friend.ll b/test/DebugInfo/X86/DW_TAG_friend.ll
index 2e23222..6a1986d 100644
--- a/test/DebugInfo/X86/DW_TAG_friend.ll
+++ b/test/DebugInfo/X86/DW_TAG_friend.ll
@@ -6,7 +6,7 @@
; CHECK: 0x00000032: DW_TAG_class_type [4]
; CHECK: 0x00000077: DW_TAG_class_type [4]
; CHECK: 0x000000a0: DW_TAG_friend [9]
-; CHECK: 0x000000a1: DW_AT_friend [DW_FORM_ref4] (cu + 0x0032 => {0x00000032})
+; CHECK: DW_AT_friend [DW_FORM_ref4] (cu + 0x0032 => {0x00000032})
%class.A = type { i32 }