提交 e8a21b18 编写于 作者: Z Zoltan Varga

Add a Make variable to run the aot tests using --llvm.

上级 ec8b2a40
......@@ -617,12 +617,17 @@ checktests: $(regtests)
rcheck: mono $(regtests)
$(RUNTIME) --regression $(regtests)
LLVM_AOT_RUNTIME_OPTS=$(if ($LLVM),--llvm,)
aotcheck: mono $(regtests)
rm -f *.exe.so
$(RUNTIME) --aot $(regtests) || exit 1
$(RUNTIME) $(LLVM_AOT_RUNTIME_OPTS) --aot $(regtests) || exit 1
for i in $(regtests); do $(RUNTIME_AOTCHECK) --regression $$i || exit 1; done
rm -f *.exe.so
llvmaotcheck:
$(MAKE) aotcheck LLVM=1
# This currently only works on amd64/arm
fullaotcheck: mono $(regtests)
rm -rf fullaot-tmp
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册