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
[Demangle] Add a few more options to the microsoft demangler
[llvm-complete.git]
/
test
/
Assembler
/
invalid-alias-mismatched-explicit-type.ll
blob
d28223793082ea463100329317f8ae50ee04c8e4
1
; RUN: not llvm-as < %s 2>&1 | FileCheck %s
2
; CHECK: <stdin>:4:12: error: explicit pointee type doesn't match operand's pointee type
3
@y = global i2 0
4
@x = alias i1, i2* @y