[PATCH] D101971: [AIX][Test][ORC] Skip unsupported ORC C API tests on AIX

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 5 21:07:30 PDT 2021


lhames requested changes to this revision.
lhames added a comment.
This revision now requires changes to proceed.

Hi Hubert,

It would be better to just disable these tests on AIX for now. You can do that by extending the `static bool isSupported(StringRef Triple)` method to return false for AIX.

> XCOFF backend does not support writing 64-bit object files...

Is there some other object format that the JIT should be selecting? Or is AIX not expected to produce JIT-linkable objects at all?

- Lang.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101971/new/

https://reviews.llvm.org/D101971



More information about the llvm-commits mailing list