This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/RPCS3/llvm.git
synced
2024-12-16 08:29:43 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
cdc126d293
llvm
/
test
/
ExecutionEngine
/
MCJIT
/
simplesttest.ll
7 lines
63 B
LLVM
Raw
Normal View
History
Unescape
Escape
Reinstate "Nuke the old JIT." Approved by Jim Grosbach, Lang Hames, Rafael Espindola. This reinstates commits r215111, 215115, 215116, 215117, 215136. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216982 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-02 22:28:02 +00:00
; RUN: %lli %s > /dev/null
- Added ExecutionEngine/MCJIT tests - Added HOST_ARCH to Makefile.config.in The HOST_ARCH will be used by MCJIT tests filter, because MCJIT supported only x86 and ARM architectures now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157015 91177308-0d34-0410-b5e6-96231b3b80d8
2012-05-17 21:07:47 +00:00
define
i32
@main
(
)
{
ret
i32
0
}
Reference in New Issue
Copy Permalink