summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86/objc-fwd-decl.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
commit175b0b9a3bc8a02b57989bb48735a41dede93b1e (patch)
tree74ef83b6a70a72a2fad390789c585168a3d4002f /llvm/test/DebugInfo/X86/objc-fwd-decl.ll
parent715528be0bffc028da31ed647f9415269656fc46 (diff)
downloadbcm5719-llvm-175b0b9a3bc8a02b57989bb48735a41dede93b1e.tar.gz
bcm5719-llvm-175b0b9a3bc8a02b57989bb48735a41dede93b1e.zip
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. llvm-svn: 188650
Diffstat (limited to 'llvm/test/DebugInfo/X86/objc-fwd-decl.ll')
-rw-r--r--llvm/test/DebugInfo/X86/objc-fwd-decl.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/X86/objc-fwd-decl.ll b/llvm/test/DebugInfo/X86/objc-fwd-decl.ll
index 3070ff88b3b..666904fa1d0 100644
--- a/llvm/test/DebugInfo/X86/objc-fwd-decl.ll
+++ b/llvm/test/DebugInfo/X86/objc-fwd-decl.ll
@@ -2,8 +2,8 @@
; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s
; CHECK: 0x00000027: DW_TAG_structure_type
-; CHECK: 0x0000002c: DW_AT_declaration
-; CHECK: 0x0000002d: DW_AT_APPLE_runtime_class
+; CHECK: DW_AT_declaration
+; CHECK: DW_AT_APPLE_runtime_class
%0 = type opaque
OpenPOWER on IntegriCloud