Lang Hames 16bbaf1639 [Orc] Regression tests for OrcMCJITReplacement.
Duplicated from the MCJIT regression tests.

llvm-svn: 227780
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
}