[llvm-commits] [PATCH] XFAIL old-JIT and enable MCJIT tests on PowerPC

Ulrich Weigand Ulrich.Weigand at de.ibm.com
Mon Nov 19 08:23:58 PST 2012


"Kaylor, Andrew" <andrew.kaylor at intel.com> wrote:

> The buildbots are currently skipping the MCJIT ExecutionEngine tests
> on PowerPC64 and the legacy JIT ExecutionEngine tests are all failing.
>
> You can enable the MCJIT tests by modifying llvm/test/
> ExecutionEngine/MCJIT/lit.local.cfg.  I think it's OK to add PowerPC
> to the XFAIL list for the legacy JIT tests.
>
> I added a few new tests to the MCJIT suite today to verify lli's
> remote-mcjit option, and it's possible that those will require some
> minor updates to the relocation handling.

The attached patch implements the above suggestion (enable MCJIT tests
on PowerPC; XFAIL old-JIT tests on PowerPC).  Is this what you had in
mind?

All MCJIT tests (as of rev. 168312) pass on PowerPC now.  (In fact,
with this patch, the test suite as a whole passes.)

OK to commit?

Bye,
Ulrich

(See attached file: diff-llvm-jit-test)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: diff-llvm-jit-test
Type: application/octet-stream
Size: 17123 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121119/288e00f3/attachment.obj>


More information about the llvm-commits mailing list