ident.ll 272 B

123456789
  1. ; RUN: llvm-link %S/Inputs/ident.a.ll %S/Inputs/ident.b.ll -S | FileCheck %s
  2. ; Verify that multiple input llvm.ident metadata are linked together.
  3. ; CHECK-DAG: !llvm.ident = !{!0, !1, !2}
  4. ; CHECK-DAG: "Compiler V1"
  5. ; CHECK-DAG: "Compiler V2"
  6. ; CHECK-DAG: "Compiler V3"