blob: 93bf8c7b2ca726e5302894a2b08cabad12f8b1c2 [file] [log] [blame]
Sean Silva212f3ab2014-11-05 21:33:34 +00001; RUN: llvm-link %S/Inputs/ident.a.ll %S/Inputs/ident.b.ll -S | FileCheck %s
2
3; Verify that multiple input llvm.ident metadata are linked together.
4
5; CHECK-DAG: !llvm.ident = !{!0, !1, !2}
6; CHECK-DAG: "Compiler V1"
7; CHECK-DAG: "Compiler V2"
8; CHECK-DAG: "Compiler V3"
9