This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
da178822c2
llvm-project
/
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. llvm-svn: 216982
2014-09-03 06:28:02 +08: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. llvm-svn: 157015
2012-05-18 05:07:47 +08:00
define
i32
@main
(
)
{
ret
i32
0
}