This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-11-01 00:11:00 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
7a8054f5f2
llvm-6502
/
test
/
ExecutionEngine
/
simplesttest.ll
11 lines
112 B
LLVM
Raw
Normal View
History
Unescape
Escape
Adding RUN lines. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17536 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-06 23:32:43 +00:00
; RUN: llvm-as -f %s -o %t.bc
; RUN: lli %t.bc > /dev/null
New testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4912 91177308-0d34-0410-b5e6-96231b3b80d8
2002-12-04 17:00:25 +00:00
i
m
p
l
e
m
e
n
t
a
t
i
o
n
Return 0 to make it into a fully-functioning "Hello, World!" test case. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4931 91177308-0d34-0410-b5e6-96231b3b80d8
2002-12-04 23:58:41 +00:00
i
n
t
%main
(
)
{
ret
i
n
t
0
New testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4912 91177308-0d34-0410-b5e6-96231b3b80d8
2002-12-04 17:00:25 +00:00
}
Reference in New Issue
Copy Permalink