brintos

brintos / llvm-project-archived public Read only

0
0
Text · 344 B · 532a842 Raw
11 lines · plain
1; RUN: llvm-link %S/Inputs/ident.a.ll %S/Inputs/ident.b.ll -S | FileCheck %s2 3; Verify that multiple input llvm.ident metadata are linked together, and4; duplicate "Compiler V2" metadata from the two inputs are unified.5 6; CHECK-DAG: !llvm.ident = !{!0, !1, !2}7; CHECK-DAG: "Compiler V1"8; CHECK-DAG: "Compiler V2"9; CHECK-DAG: "Compiler V3"10 11