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
Correct typo. Should be "not allowed"
[llvm-complete.git]
/
test
/
Feature
/
globalredefinition2.ll
blob
9949e052827f126b46f36fd76fd08963f776183b
1
; Test that redefinitions of globals produces an error in llvm-upgrade
2
; RUN: llvm-upgrade < %s -o /dev/null -f |& grep \
3
; RUN: "Renaming global variable 'B' to.*linkage errors"
4
5
%B = global int 7
6
%B = global int 7