repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[lit] Remove LitTestCase
[llvm-complete.git]
/
test
/
Linker
/
module-flags-7-a.ll
blob
46c9d265ea3040d57f7ef6ee8cb65157891ae491
1
; 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
7
!0 = !{ i32 1, !"foo", i32 37 }
8
9
!llvm.module.flags = !{ !0 }