Mercurial > hg > CbC > CbC_llvm
diff test/Linker/ident.ll @ 83:60c9769439b8 LLVM3.7
LLVM 3.7
author | Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 18 Feb 2015 14:55:36 +0900 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/Linker/ident.ll Wed Feb 18 14:55:36 2015 +0900 @@ -0,0 +1,9 @@ +; 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" +