[all-commits] [llvm/llvm-project] e2d774: [AIX][Test][ORC] Skip unsupported ORC C API tests ...
Hubert Tong via All-commits
all-commits at lists.llvm.org
Thu May 6 09:37:22 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e2d774a3dbbbbff21531289889f6906b22f04cfe
https://github.com/llvm/llvm-project/commit/e2d774a3dbbbbff21531289889f6906b22f04cfe
Author: Hubert Tong <hubert.reinterpretcast at gmail.com>
Date: 2021-05-06 (Thu, 06 May 2021)
Changed paths:
M llvm/unittests/ExecutionEngine/Orc/OrcCAPITest.cpp
Log Message:
-----------
[AIX][Test][ORC] Skip unsupported ORC C API tests on AIX
As mentioned before in D78813, 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 disables the tests on AIX for now.
This is consistent with what's been done, for example, regarding
`armv7`.
Reviewed By: lhames
Differential Revision: https://reviews.llvm.org/D101971
More information about the All-commits
mailing list