[llvm-exegesis][NFC] Pass Instruction instead of bare Opcode
[llvm-core.git] / test / Linker / module-flags-6-a.ll
blobe15fd349eb5c796fce6be3f27049e99d9879699a
1 ; RUN: not llvm-link %s %p/module-flags-6-b.ll -S -o - 2>&1 | FileCheck %s
3 ; Test module flags error messages.
5 ; CHECK: linking module flags 'foo': IDs have conflicting values
7 !0 = !{ i32 1, !"foo", i32 37 }
9 !llvm.module.flags = !{ !0 }