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
[flang][MLIR] Support delayed privatization for `wsloop` (PFT -> MLIR) (#118271)
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
invalid-byval-type3.ll
blob
f38ef687e74d21f54e4abd1f37c812dcd8e56a41
1
; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
2
3
; CHECK: Attribute 'byval' does not support unsized types!
4
declare void @foo(ptr byval(void()))