summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/2010-03-24-MemberFn.ll
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-04-22 06:12:31 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-04-22 06:12:31 +0000
commitf55abeaf4c2489106ccf4defdb1ebbd9a5d8b1ef (patch)
tree3ba5b8be3b2835961a4276454452e30224421723 /llvm/test/DebugInfo/2010-03-24-MemberFn.ll
parent7af39d7de02957f673a8c35f87504a7757b4746d (diff)
downloadbcm5719-llvm-f55abeaf4c2489106ccf4defdb1ebbd9a5d8b1ef.tar.gz
bcm5719-llvm-f55abeaf4c2489106ccf4defdb1ebbd9a5d8b1ef.zip
Revert "Revert "PR14606: debug info imported_module support""
This reverts commit r179840 with a fix to test/DebugInfo/two-cus-from-same-file.ll I'm not sure why that test only failed on ARM & MIPS and not X86 Linux, even though the debug info was clearly invalid on all of them, but this ought to fix it. llvm-svn: 179996
Diffstat (limited to 'llvm/test/DebugInfo/2010-03-24-MemberFn.ll')
-rw-r--r--llvm/test/DebugInfo/2010-03-24-MemberFn.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/2010-03-24-MemberFn.ll b/llvm/test/DebugInfo/2010-03-24-MemberFn.ll
index 06c2367913d..15197f4461a 100644
--- a/llvm/test/DebugInfo/2010-03-24-MemberFn.ll
+++ b/llvm/test/DebugInfo/2010-03-24-MemberFn.ll
@@ -43,7 +43,7 @@ declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone
!2 = metadata !{i32 786443, metadata !3, i32 3, i32 0} ; [ DW_TAG_lexical_block ]
!3 = metadata !{i32 786478, metadata !4, metadata !4, metadata !"bar", metadata !"bar", metadata !"_Z3barv", i32 3, metadata !6, i1 false, i1 true, i32 0, i32 0, null, i1 false, i32 ()* @_Z3barv, null, null, null, i32 3} ; [ DW_TAG_subprogram ]
!4 = metadata !{i32 786473, metadata !25} ; [ DW_TAG_file_type ]
-!5 = metadata !{i32 786449, i32 4, metadata !4, metadata !"4.2.1 (Based on Apple Inc. build 5658) (LLVM build)", i1 false, metadata !"", i32 0, null, null, metadata !24, null, metadata !""} ; [ DW_TAG_compile_unit ]
+!5 = metadata !{i32 786449, i32 4, metadata !4, metadata !"4.2.1 (Based on Apple Inc. build 5658) (LLVM build)", i1 false, metadata !"", i32 0, null, null, metadata !24, null, null, metadata !""} ; [ DW_TAG_compile_unit ]
!6 = metadata !{i32 786453, metadata !25, metadata !4, metadata !"", i32 0, i64 0, i64 0, i64 0, i32 0, null, metadata !7, i32 0, null} ; [ DW_TAG_subroutine_type ]
!7 = metadata !{metadata !8}
!8 = metadata !{i32 786468, metadata !25, metadata !4, metadata !"int", i32 0, i64 32, i64 32, i64 0, i32 0, i32 5} ; [ DW_TAG_base_type ]
OpenPOWER on IntegriCloud