brintos

brintos / llvm-project-archived public Read only

0
0
Text · 291 B · b8732c7 Raw
10 lines · plain
1; RUN: not llvm-link %s %p/module-flags-7-b.ll -S -o - 2>&1 | FileCheck %s2 3; Test module flags error messages.4 5; CHECK: linking module flags 'foo': IDs have conflicting behaviors in '{{.*}}module-flags-7-b.ll' and 'llvm-link'6 7!0 = !{ i32 1, !"foo", i32 37 }8 9!llvm.module.flags = !{ !0 }10