aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/X86/DW_TAG_friend.ll
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-07-27 22:00:05 +0000
committerEric Christopher <echristo@apple.com>2012-07-27 22:00:05 +0000
commitc23b933d5f8be9b51a1d22e717c0311f65f87dcd (patch)
tree13941b9277e77b70fea5995ede4c4b98ca29c07e /test/DebugInfo/X86/DW_TAG_friend.ll
parentc16bf79303ad8c84c5dd3c76e143cd2145539834 (diff)
downloadexternal_llvm-c23b933d5f8be9b51a1d22e717c0311f65f87dcd.zip
external_llvm-c23b933d5f8be9b51a1d22e717c0311f65f87dcd.tar.gz
external_llvm-c23b933d5f8be9b51a1d22e717c0311f65f87dcd.tar.bz2
Add a DW_AT_high_pc for CUs that are a single address range. Update
all tests accordingly. Fixes PR13351. Patch by shinichiro hamaji! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160899 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/X86/DW_TAG_friend.ll')
-rw-r--r--test/DebugInfo/X86/DW_TAG_friend.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/DebugInfo/X86/DW_TAG_friend.ll b/test/DebugInfo/X86/DW_TAG_friend.ll
index a0dcec3..c35dcd2 100644
--- a/test/DebugInfo/X86/DW_TAG_friend.ll
+++ b/test/DebugInfo/X86/DW_TAG_friend.ll
@@ -3,10 +3,10 @@
; Check that the friend tag is there and is followed by a DW_AT_friend that has a reference back.
-; 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: 0x0000003a: DW_TAG_class_type [4]
+; CHECK: 0x0000007f: DW_TAG_class_type [4]
+; CHECK: 0x000000a8: DW_TAG_friend [9]
+; CHECK: 0x000000a9: DW_AT_friend [DW_FORM_ref4] (cu + 0x003a => {0x0000003a})
%class.A = type { i32 }