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
99b99d26bb
llvm-project
/
llvm
/
test
/
ExecutionEngine
/
MCJIT
/
simplesttest.ll
7 lines
97 B
LLVM
Raw
Normal View
History
Unescape
Escape
Support for generating ELF objects on Windows. This adds 'elf' as a recognized target triple environment value and overrides the default generated object format on Windows platforms if that value is present. This patch also enables MCJIT tests on Windows using the new environment value. llvm-svn: 165030
2012-10-03 02:38:34 +08:00
; RUN: %lli -mtriple=%mcjit_triple -use-mcjit %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
}