[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 20:26:23 PDT 2021
tstellar created this revision.
tstellar added reviewers: jmorse, echristo, mehdi_amini.
Herald added a subscriber: shchenz.
tstellar requested review of this revision.
Herald added a project: LLVM.
It's seems the strategy with this test is to XFAIL it on all
architectures that it fails on. I wonder if we should be passing
it a specific triple? Also, from what I can tell, this tests only
runs when llvm is configured with LLVM_DEFAULT_TARGET_TRIPLE set
to a non-empty value, which is why it may not fail in every build
configuration.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D109806
Files:
llvm/test/DebugInfo/Generic/missing-abstract-variable.ll
Index: llvm/test/DebugInfo/Generic/missing-abstract-variable.ll
===================================================================
--- llvm/test/DebugInfo/Generic/missing-abstract-variable.ll
+++ llvm/test/DebugInfo/Generic/missing-abstract-variable.ll
@@ -4,7 +4,7 @@
; powerpc64 (and on x86_64 at at least -O2). Presumably this is a SelectionDAG
; issue.
; FIXME: arm64 is an alias for aarch64 on macs, apparently?
-; XFAIL: powerpc64, aarch64, arm64, hexagon
+; XFAIL: powerpc64, aarch64, arm64, hexagon, ppc64le
; Build from the following source with clang -O2.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109806.372625.patch
Type: text/x-patch
Size: 575 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210915/fa30b5b7/attachment.bin>
More information about the llvm-commits
mailing list