[PATCH] D109806: XFAIL missing-abstract-variable.ll test on ppc64le
Jeremy Morse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 23 07:54:17 PDT 2021
jmorse added a comment.
> Also, the test passes for me when LLVM is configured to use the default triple of powerpc64le-unknown-linux-gnu, but fails when I configure the default triple to be ppc64le-redhat-linux-gnu.
Hmmm. Possibly the longer term fix is for this test to
a) Not be in the 'Generic' directory, or
b) Become a MIR test instead of exercising instruction selection as part of the test too.
(Adding an XFail in the meantime seems fine to me, especially as powerpc64 is already known to have this issue).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109806/new/
https://reviews.llvm.org/D109806
More information about the llvm-commits
mailing list