Mercurial > hg > CbC > CbC_llvm
view test/Linker/ident.ll @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | 60c9769439b8 |
children |
line wrap: on
line source
; 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"