summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/X86/ending-run.ll
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-03-13 00:01:35 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-03-13 00:01:35 +0000
commit1ca2f362899e08b31bd7d3a37170ced994ec51e6 (patch)
tree578e0e57ed1bcfa503e50c518af78abec85e251c /llvm/test/DebugInfo/X86/ending-run.ll
parentdcd053e46de36d4a8d0da53daae5d3974f76e022 (diff)
downloadbcm5719-llvm-1ca2f362899e08b31bd7d3a37170ced994ec51e6.tar.gz
bcm5719-llvm-1ca2f362899e08b31bd7d3a37170ced994ec51e6.zip
Refactor filename/directory in DICompileUnit into a DIFile
This is the next step towards making the metadata for DIScopes have a common prefix rather than having to delegate based on their tag type. llvm-svn: 176913
Diffstat (limited to 'llvm/test/DebugInfo/X86/ending-run.ll')
-rw-r--r--llvm/test/DebugInfo/X86/ending-run.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/X86/ending-run.ll b/llvm/test/DebugInfo/X86/ending-run.ll
index ebf482100bf..83f04ea6957 100644
--- a/llvm/test/DebugInfo/X86/ending-run.ll
+++ b/llvm/test/DebugInfo/X86/ending-run.ll
@@ -28,7 +28,7 @@ declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone
!llvm.dbg.cu = !{!0}
-!0 = metadata !{i32 786449, i32 0, i32 12, metadata !"ending-run.c", metadata !"/Users/echristo/tmp", metadata !"clang version 3.1 (trunk 153921) (llvm/trunk 153916)", i1 false, metadata !"", i32 0, metadata !1, metadata !1, metadata !3, metadata !1, metadata !""} ; [ DW_TAG_compile_unit ]
+!0 = metadata !{i32 786449, i32 0, i32 12, metadata !6, metadata !"clang version 3.1 (trunk 153921) (llvm/trunk 153916)", i1 false, metadata !"", i32 0, metadata !1, metadata !1, metadata !3, metadata !1, metadata !""} ; [ DW_TAG_compile_unit ]
!1 = metadata !{i32 0}
!3 = metadata !{metadata !5}
!5 = metadata !{i32 786478, i32 0, metadata !6, metadata !"callee", metadata !"callee", metadata !"", metadata !6, i32 4, metadata !7, i1 false, i1 true, i32 0, i32 0, null, i32 0, i1 false, i32 (i32)* @callee, null, null, metadata !10, i32 7} ; [ DW_TAG_subprogram ]
OpenPOWER on IntegriCloud