aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/X86/pr11300.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/pr11300.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/pr11300.ll')
-rw-r--r--test/DebugInfo/X86/pr11300.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/X86/pr11300.ll b/test/DebugInfo/X86/pr11300.ll
index 54e0c8b..2c1a3c2 100644
--- a/test/DebugInfo/X86/pr11300.ll
+++ b/test/DebugInfo/X86/pr11300.ll
@@ -4,7 +4,7 @@
; test that the DW_AT_specification is a back edge in the file.
; CHECK: 0x0000005c: DW_TAG_subprogram [5]
-; CHECK: 0x0000007c: DW_AT_specification [DW_FORM_ref4] (cu + 0x005c => {0x0000005c})
+; CHECK: DW_AT_specification [DW_FORM_ref4] (cu + 0x005c => {0x0000005c})
%struct.foo = type { i8 }