mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
485cb308d9
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