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
d2d217dc46
llvm-mirror
/
test
/
Verifier
/
byval-1.ll
3 lines
69 B
LLVM
Raw
Normal View
History
Unescape
Escape
For all RUN lines starting with "not", redirect stderr to /dev/null so tests don't fail when (expected) error output is produced. This fixes 17 tests. While I was there, I also made all RUN lines of the form "not llvm-as..." a bit more consistent, they now all redirect stderr and stdout to /dev/null and use input redirect to read their input. llvm-svn: 52174
2008-06-10 14:57:32 +02:00
; RUN: not llvm-as < %s >& /dev/null
We now allow byval on fairly general pointer types. llvm-svn: 45956
2008-01-14 07:53:45 +01:00
declare
void
@h
(
i32
byval
%num
)
Reference in New Issue
Copy Permalink