Scott Linder | 2ed4dde | 2018-02-23 23:13:18 +0000 | [diff] [blame] | 1 | ; RUN: llvm-link %p/Inputs/metadata-source-a.ll %p/Inputs/metadata-source-b.ll -S | FileCheck %s |
2 | |||||
3 | ; CHECK: !DIFile(filename: "a.c", directory: "/home/slinder1/test/link", source: "int a;\0A") | ||||
4 | ; CHECK: !DIFile(filename: "b.c", directory: "/home/slinder1/test/link", source: "int b;\0A") |