llvm-6502/test/ExecutionEngine/OrcJIT/simplesttest.ll
Lang Hames cdb79ba982 [Orc] Regression tests for OrcMCJITReplacement.
Duplicated from the MCJIT regression tests.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227780 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-02 05:04:55 +00:00

7 lines
77 B
LLVM

; RUN: %lli -use-orcmcjit %s > /dev/null
define i32 @main() {
ret i32 0
}