diff options
| author | Adrian Prantl <aprantl@apple.com> | 2016-04-11 20:58:57 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2016-04-11 20:58:57 +0000 |
| commit | 115edcaec1697f193baa68dafde802c81afd1c87 (patch) | |
| tree | 725ffa5d48fec9dbab1702ab22fd1e356813cf7d /llvm/test/Linker | |
| parent | 6917b4ac5a0146ffc9e67805624fbf072f32b6d0 (diff) | |
| download | bcm5719-llvm-115edcaec1697f193baa68dafde802c81afd1c87.tar.gz bcm5719-llvm-115edcaec1697f193baa68dafde802c81afd1c87.zip | |
Add missing DICompileUnit to this testcase
llvm-svn: 265995
Diffstat (limited to 'llvm/test/Linker')
| -rw-r--r-- | llvm/test/Linker/Inputs/mdlocation.ll | 4 | ||||
| -rw-r--r-- | llvm/test/Linker/mdlocation.ll | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/llvm/test/Linker/Inputs/mdlocation.ll b/llvm/test/Linker/Inputs/mdlocation.ll index 9c2f65d0a59..7ba19ffc76b 100644 --- a/llvm/test/Linker/Inputs/mdlocation.ll +++ b/llvm/test/Linker/Inputs/mdlocation.ll @@ -7,3 +7,7 @@ ; Test distinct nodes. !4 = distinct !DILocation(line: 3, column: 7, scope: !0) !5 = distinct !DILocation(line: 3, column: 7, scope: !0, inlinedAt: !4) + +!llvm.dbg.cu = !{!6} +!6 = distinct !DICompileUnit(language: DW_LANG_C89, file: !7, subprograms: !{!0}) +!7 = !DIFile(filename: "source.c", directory: "/dir") diff --git a/llvm/test/Linker/mdlocation.ll b/llvm/test/Linker/mdlocation.ll index b42058bac60..7d8d165755b 100644 --- a/llvm/test/Linker/mdlocation.ll +++ b/llvm/test/Linker/mdlocation.ll @@ -24,3 +24,7 @@ ; Test distinct nodes. !4 = distinct !DILocation(line: 3, column: 7, scope: !0) !5 = distinct !DILocation(line: 3, column: 7, scope: !0, inlinedAt: !4) + +!llvm.dbg.cu = !{!6} +!6 = distinct !DICompileUnit(language: DW_LANG_C89, file: !7, subprograms: !{!0}) +!7 = !DIFile(filename: "source.c", directory: "/dir") |

