This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-01 16:33:37 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
89a1d9036a
llvm-mirror
/
test
/
Verifier
/
byval-2.ll
5 lines
96 B
LLVM
Raw
Normal View
History
Unescape
Escape
Diagnose uses of unsized types with the byval attribute in the verifier. See PR2711 for details. llvm-svn: 55414
2008-08-27 16:48:06 +02:00
; RUN: not llvm-as < %s >& /dev/null
; PR2711
Test that byval cannot be used with pointers to types with no size. llvm-svn: 45959
2008-01-14 15:55:05 +01:00
%s
=
type
opaque
declare
void
@h
(
%s
*
byval
%num
)
Reference in New Issue
Copy Permalink