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
[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git]
/
llvm
/
test
/
Verifier
/
byval-1.ll
blob
6d0c46a79e0a2dbb1d71f272271022d743403660
1
; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
2
3
; CHECK: Attribute 'byval(i32)' applied to incompatible type!
4
; CHECK-NEXT: void (i32)* @h
5
declare void @h(i32 byval(i32) %num)