repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
alias-redefinition.ll
blob
69eb9c9b4c1b273e6626b32b8ae300cdbccc6a1f
1
; RUN: not llvm-as %s 2>&1 | FileCheck %s
2
3
; CHECK: error: redefinition of global '@bar'
4
5
@foo = global i32 0
6
@bar = alias i32, ptr @foo
7
@bar = alias i32, ptr @foo