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
2025-01-02 22:32:38 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
739c7a83e1
llvm-6502
/
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165030 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-02 18:38:34 +00: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. 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