llvm/test/Linker/metadata-source.ll
Scott Linder 2ed4ddeb74 [DebugInfo] Add remaining files to r325970
Add files which I missed in the original check-in


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@325973 91177308-0d34-0410-b5e6-96231b3b80d8
2018-02-23 23:13:18 +00:00

5 lines
286 B
LLVM

; RUN: llvm-link %p/Inputs/metadata-source-a.ll %p/Inputs/metadata-source-b.ll -S | FileCheck %s
; CHECK: !DIFile(filename: "a.c", directory: "/home/slinder1/test/link", source: "int a;\0A")
; CHECK: !DIFile(filename: "b.c", directory: "/home/slinder1/test/link", source: "int b;\0A")