On Fri, 2012-10-05 at 01:48 +0200, Roland Scheidegger wrote:
> Out of curiousity is mcjit for ppc64 somewhat working already?
Hi Roland,
Patches for ppc64 support for mcjit have been going into the llvm tree,
so certainly working better now than before. (Better than the existing
JIT in any case
Out of curiousity is mcjit for ppc64 somewhat working already?
But otherwise looks good to me.
Roland
Am 04.10.2012 23:25, schrieb Will Schmidt:
> Hi,
> RFC and consideration.. Specify MCJit for ppc64.
>
> - Per commentary and direction in the llvm community, support for ppc64
> is going
Hi,
RFC and consideration.. Specify MCJit for ppc64.
- Per commentary and direction in the llvm community, support for ppc64
is going into MCJIT rather than the old JIT. There is no existing
support in prior llvm versions, so no need to specify LLVM version
numbers.
Signed-off-by: Will Sc