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
Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
alloca-invalid-type.ll
blob
413bcbd76ba0b4daea614510ab2a9ad3b2db335c
1
; RUN: not llvm-as < %s 2>&1 | FileCheck %s
2
3
; CHECK: invalid type for alloca
4
5
define void @test() {
6
entry:
7
alloca metadata !{null}
8
ret void
9
}