[llvm-commits] [configure script] Forcing -use-mcjit option for lli
Kaylor, Andrew
andrew.kaylor at intel.com
Mon Oct 8 12:04:43 PDT 2012
There has been some other work to fix buildbot problems related to JIT on ARM recently. For the most part, it has been done by introducing command line options in the test configure scripts or selectively disabling JIT-specific tests for ARM.
I think that's a better approach.
-Andy
-----Original Message-----
From: Stepan Dyatkovskiy [mailto:stpworld at narod.ru]
Sent: Monday, October 08, 2012 11:24 AM
To: Kaylor, Andrew
Cc: llvm-commits; Eric Christopher
Subject: Re: [llvm-commits] [configure script] Forcing -use-mcjit option for lli
Hello Andy.
> What's the purpose of this patch? Given that lli has a command line option to enable mcjit use, I don't understand why you would need a build option to force its use.
As I concluded after conversations in IRC and ml the JIT seems to be deprecated soon. This option allows try to use MCJIT by default on buildbots without rewriting regressions. The main purpose is to fix JIT failures on clang-native-arm-cortex-a9 buildbot. Since JIT is broken for ARM.
Thanks,
Stepan.
More information about the llvm-commits
mailing list