Mercurial > hg > CbC > CbC_llvm
annotate test/Linker/module-flags-4-a.ll @ 0:95c75e76d11b LLVM3.4
LLVM 3.4
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 12 Dec 2013 13:56:28 +0900 |
parents | |
children | 60c9769439b8 |
rev | line source |
---|---|
0 | 1 ; RUN: not llvm-link %s %p/module-flags-4-b.ll -S -o - 2>&1 | FileCheck %s |
2 | |
3 ; Test 'require' error. | |
4 | |
5 ; CHECK: linking module flags 'bar': does not have the required value | |
6 | |
7 !0 = metadata !{ i32 1, metadata !"foo", i32 37 } | |
8 !1 = metadata !{ i32 1, metadata !"bar", i32 927 } | |
9 | |
10 !llvm.module.flags = !{ !0, !1 } |