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-18 10:08:34 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
1ec8e194eb
llvm-6502
/
test
/
ExecutionEngine
/
simplesttest.ll
8 lines
92 B
LLVM
Raw
Normal View
History
Unescape
Escape
Remove obsolete -f flags. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79992 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-25 15:38:29 +00:00
; RUN: llvm-as %s -o %t.bc
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: lli %t.bc > /dev/null
Remove llvm-upgrade and update tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48137 91177308-0d34-0410-b5e6-96231b3b80d8
2008-03-10 07:21:50 +00:00
define
i32
@main
(
)
{
ret
i32
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