blob: 46c9d265ea3040d57f7ef6ee8cb65157891ae491 [file] [log] [blame]
; RUN: not llvm-link %s %p/module-flags-7-b.ll -S -o - 2>&1 | FileCheck %s
; Test module flags error messages.
; CHECK: linking module flags 'foo': IDs have conflicting behaviors
!0 = !{ i32 1, !"foo", i32 37 }
!llvm.module.flags = !{ !0 }