[PATCH] D109806: XFAIL missing-abstract-variable.ll test on ppc64le

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 14 21:03:30 PDT 2021


tstellar added a comment.

In D109806#3001029 <https://reviews.llvm.org/D109806#3001029>, @mehdi_amini wrote:

>> when llvm is configured with LLVM_DEFAULT_TARGET_TRIPLE set to a non-empty value,
>
> Do you mean an empty value? I believe this is set to the host by default.

Yes, you are correct, there is a default value form this variable which comes from config.guess.  So I guess this means this test is sensitive to what the target triple is, because it's failing for me when I set the default triple to ppc64le-redhat-linux-gnu, but not when it uses the default triple of powerpc64le-unknown-linux-gnu.


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