summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/dbg.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/CodeGen/PowerPC/dbg.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/CodeGen/PowerPC/dbg.ll')
-rw-r--r--llvm/test/CodeGen/PowerPC/dbg.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/dbg.ll b/llvm/test/CodeGen/PowerPC/dbg.ll
index d43d6a8e1ba..220e7ed4948 100644
--- a/llvm/test/CodeGen/PowerPC/dbg.ll
+++ b/llvm/test/CodeGen/PowerPC/dbg.ll
@@ -16,7 +16,7 @@ declare void @llvm.dbg.value(metadata, i64, metadata) nounwind readnone
!llvm.dbg.cu = !{!0}
-!0 = metadata !{i32 720913, i32 0, i32 12, metadata !"dbg.c", metadata !"/src", metadata !"clang version 3.1", i1 true, metadata !"", i32 0, metadata !1, metadata !1, metadata !3, metadata !1, metadata !""} ; [ DW_TAG_compile_unit ]
+!0 = metadata !{i32 720913, i32 0, i32 12, metadata !6, metadata !"clang version 3.1", i1 true, 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 720942, i32 0, metadata !6, metadata !"main", metadata !"main", metadata !"", metadata !6, i32 1, metadata !7, i1 false, i1 true, i32 0, i32 0, null, i32 256, i1 true, i32 (i32, i8**)* @main, null, null, metadata !13} ; [ DW_TAG_subprogram ]
OpenPOWER on IntegriCloud