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
[Xtensa,test] Remove failing RUN line from #119639
[llvm-project.git]
/
llvm
/
test
/
Verifier
/
byval-size-limit.ll
blob
3eb462b0636363ccd92447b9e335ec41634a577d
1
; RUN: not llvm-as < %s 2>&1 | FileCheck %s
2
3
; CHECK: huge 'byval' arguments are unsupported
4
define void @f(ptr byval([2147483648 x i16])) { ret void }