[all-commits] [llvm/llvm-project] dda005: [AIX] Skip unsupported ORC JIT RemoteObjectLayerTe...
David Tenty via All-commits
all-commits at lists.llvm.org
Fri May 1 14:03:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: dda0059f95b04e0f03384db751a963206c98a185
https://github.com/llvm/llvm-project/commit/dda0059f95b04e0f03384db751a963206c98a185
Author: David Tenty <daltenty at ibm.com>
Date: 2020-05-01 (Fri, 01 May 2020)
Changed paths:
M llvm/unittests/ExecutionEngine/Orc/RemoteObjectLayerTest.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list