Re: [Mesa-dev] [PATCH] llvmpipe: use MCJIT on ARM and AArch64

2013-07-16 Thread Jose Fonseca
Looks alright be me. Jose - Original Message - > From: Kyle McMartin > > MCJIT is the only supported LLVM JIT on AArch64 and ARM (the regular > JIT has bit-rotted badly on ARM and doesn't exist on AArch64.) > > Signed-off-by: Kyle McMartin > > --- a/src/gallium/auxiliary/gallivm/lp_b

[Mesa-dev] [PATCH] llvmpipe: use MCJIT on ARM and AArch64

2013-07-15 Thread Kyle McMartin
From: Kyle McMartin MCJIT is the only supported LLVM JIT on AArch64 and ARM (the regular JIT has bit-rotted badly on ARM and doesn't exist on AArch64.) Signed-off-by: Kyle McMartin --- a/src/gallium/auxiliary/gallivm/lp_bld_init.c +++ b/src/gallium/auxiliary/gallivm/lp_bld_init.c @@ -49,7 +49,