aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/X86/concrete_out_of_line.ll
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2012-03-15 23:55:40 +0000
committerEric Christopher <echristo@apple.com>2012-03-15 23:55:40 +0000
commit2125d5a7e58eb21f34c2a21913d6f1074c63b5cd (patch)
tree1bba7e7c0e7e04ad6c2d66a8d9cff31d54d59990 /test/DebugInfo/X86/concrete_out_of_line.ll
parent89eaa6f554c362799a86ca50bdbaab72402565d2 (diff)
downloadexternal_llvm-2125d5a7e58eb21f34c2a21913d6f1074c63b5cd.zip
external_llvm-2125d5a7e58eb21f34c2a21913d6f1074c63b5cd.tar.gz
external_llvm-2125d5a7e58eb21f34c2a21913d6f1074c63b5cd.tar.bz2
For types with a parent of the compile unit make sure and emit
the DECL information. rdar://10855921 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152876 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/X86/concrete_out_of_line.ll')
-rw-r--r--test/DebugInfo/X86/concrete_out_of_line.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/DebugInfo/X86/concrete_out_of_line.ll b/test/DebugInfo/X86/concrete_out_of_line.ll
index 055a9bf..a227071 100644
--- a/test/DebugInfo/X86/concrete_out_of_line.ll
+++ b/test/DebugInfo/X86/concrete_out_of_line.ll
@@ -7,7 +7,7 @@
; first check that we have a TAG_subprogram at a given offset and it has
; AT_inline.
-; CHECK: 0x00000130: DW_TAG_subprogram [18]
+; CHECK: 0x00000134: DW_TAG_subprogram [18]
; CHECK-NEXT: DW_AT_MIPS_linkage_name
; CHECK-NEXT: DW_AT_specification
; CHECK-NEXT: DW_AT_inline
@@ -15,8 +15,8 @@
; and then that a TAG_subprogram refers to it with AT_abstract_origin.
-; CHECK: 0x00000180: DW_TAG_subprogram [20]
-; CHECK-NEXT: DW_AT_abstract_origin [DW_FORM_ref4] (cu + 0x0130 => {0x00000130})
+; CHECK: 0x00000184: DW_TAG_subprogram [20]
+; CHECK-NEXT: DW_AT_abstract_origin [DW_FORM_ref4] (cu + 0x0134 => {0x00000134})
define i32 @_ZN17nsAutoRefCnt7ReleaseEv() {
entry: