[PATCH] D113049: [AIX] Disable tests that fail because of no 64-bit XCOFF object file support
Jake Egan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 18 07:16:49 PST 2021
Jake-Egan added a comment.
In D113049#3140160 <https://reviews.llvm.org/D113049#3140160>, @jsji wrote:
> Can we use `UNSUPPORTED` instead of `XFAIL` since it is unsupported?
If 64-bit XCOFF object files will be supported in the future, I think it makes more sense to use `XFAIL` because these tests will still be run and pass after implementation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113049/new/
https://reviews.llvm.org/D113049
More information about the cfe-commits
mailing list