[AIX] Skip unsupported ORC JIT RemoteObjectLayerTest on AIX
authorDavid Tenty <daltenty@ibm.com>
Fri, 1 May 2020 19:48:21 +0000 (15:48 -0400)
committerDavid Tenty <daltenty@ibm.com>
Fri, 1 May 2020 21:03:05 +0000 (17:03 -0400)
commitdda0059f95b04e0f03384db751a963206c98a185
tree06bfd56d27a76163612dea1c23147798fd512484
parent4c67b11918d5cc819ebf965004abbdd7f281a652
[AIX] Skip unsupported ORC JIT RemoteObjectLayerTest on AIX

Summary:
Currently the XCOFF backend does not support writing 64-bit object
files, which the ORC JIT tests will try to exercise if we are on AIX. This patch
selectively disables the tests on AIX for now.

Reviewers: hubert.reinterpretcast, jasonliu, DiggerLin, stevewan, lhames

Reviewed By: hubert.reinterpretcast, lhames

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D78813
llvm/unittests/ExecutionEngine/Orc/RemoteObjectLayerTest.cpp