blob: 46c9d265ea3040d57f7ef6ee8cb65157891ae491 [file] [log] [blame]
Daniel Dunbar1e081652013-01-16 18:39:23 +00001; RUN: not llvm-link %s %p/module-flags-7-b.ll -S -o - 2>&1 | FileCheck %s
2
3; Test module flags error messages.
4
5; CHECK: linking module flags 'foo': IDs have conflicting behaviors
6
Duncan P. N. Exon Smith1ef70ff2014-12-15 19:07:53 +00007!0 = !{ i32 1, !"foo", i32 37 }
Daniel Dunbar1e081652013-01-16 18:39:23 +00008
9!llvm.module.flags = !{ !0 }