diff options
author | Adrian Prantl <aprantl@apple.com> | 2016-04-11 15:53:44 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2016-04-11 15:53:44 +0000 |
commit | b01a4d48ac4bdea983f43f5e0149aef9e689deef (patch) | |
tree | 2457fbbf3339c116ab752e248370d1ff8eba03b2 /llvm/test/DebugInfo/Generic/inheritance.ll | |
parent | 6b5f4d8ad1929e7dc0ac338c5c536c19352f4cbe (diff) | |
download | bcm5719-llvm-b01a4d48ac4bdea983f43f5e0149aef9e689deef.tar.gz bcm5719-llvm-b01a4d48ac4bdea983f43f5e0149aef9e689deef.zip |
More upgrading of old- and very-old-style debug info in testcases.
llvm-svn: 265953
Diffstat (limited to 'llvm/test/DebugInfo/Generic/inheritance.ll')
-rw-r--r-- | llvm/test/DebugInfo/Generic/inheritance.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/Generic/inheritance.ll b/llvm/test/DebugInfo/Generic/inheritance.ll index 2071368389e..b7cbf216330 100644 --- a/llvm/test/DebugInfo/Generic/inheritance.ll +++ b/llvm/test/DebugInfo/Generic/inheritance.ll @@ -105,6 +105,7 @@ return: ; preds = %bb2 declare void @_ZdlPv(i8*) nounwind +!llvm.dbg.cu = !{!4} !0 = !DILocalVariable(name: "tst", line: 13, scope: !1, file: !4, type: !8) !1 = distinct !DILexicalBlock(line: 0, column: 0, file: !44, scope: !2) !2 = distinct !DILexicalBlock(line: 0, column: 0, file: !44, scope: !3) |