This website requires JavaScript.
Explore
Help
Register
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
2025-01-02 09:01:37 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
1e56a2ffb6
llvm-mirror
/
test
/
Assembler
/
2002-05-02-ParseError.ll
8 lines
87 B
LLVM
Raw
Normal View
History
Unescape
Escape
Make this test that we can drop the implementation keyword for llvm-as. llvm-upgrade is irrelevant for this test case. llvm-svn: 32912
2007-01-05 17:29:41 +00:00
; RUN: llvm-as %s -o /dev/null -f
Adding RUN lines. llvm-svn: 17528
2004-11-06 22:07:09 +00:00
Make this test that we can drop the implementation keyword for llvm-as. llvm-upgrade is irrelevant for this test case. llvm-svn: 32912
2007-01-05 17:29:41 +00:00
%T
=
type
i32
*
New testcase llvm-svn: 2438
2002-05-02 19:54:58 +00:00
For PR761: Remove "target endian/pointersize" or add "target datalayout" to make the test parse properly or set the datalayout because defaults changes. For PR645: Make global names use the @ prefix. For llvm-upgrade changes: Fix test cases or completely remove use of llvm-upgrade for test cases that cannot survive the new renaming or upgrade capabilities. llvm-svn: 33533
2007-01-26 08:25:06 +00:00
define
%T
@test
(
)
{
Simplify the testcase a bit llvm-svn: 2439
2002-05-02 19:58:05 +00:00
ret
%T
null
Update testcases to use long to index gep llvm-svn: 5717
2003-03-06 19:59:08 +00:00
}
Reference in New Issue
Copy Permalink