mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
212f3ab5ea
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221403 91177308-0d34-0410-b5e6-96231b3b80d8
10 lines
272 B
LLVM
10 lines
272 B
LLVM
; RUN: llvm-link %S/Inputs/ident.a.ll %S/Inputs/ident.b.ll -S | FileCheck %s
|
|
|
|
; Verify that multiple input llvm.ident metadata are linked together.
|
|
|
|
; CHECK-DAG: !llvm.ident = !{!0, !1, !2}
|
|
; CHECK-DAG: "Compiler V1"
|
|
; CHECK-DAG: "Compiler V2"
|
|
; CHECK-DAG: "Compiler V3"
|
|
|