Blame SOURCES/0001-XFAIL-missing-abstract-variable.ll-test-on-ppc64le.patch

fe9961
From 9320ffeda3915c8f7be744c983a3470a89107bd7 Mon Sep 17 00:00:00 2001
fe9961
From: Tom Stellard <tstellar@redhat.com>
fe9961
Date: Tue, 14 Sep 2021 20:21:20 -0700
fe9961
Subject: [PATCH] XFAIL missing-abstract-variable.ll test on ppc64le
fe9961
fe9961
It's seems the strategy with this test is to XFAIL it on all
fe9961
architectures that it fails on.  I wonder if we should be passing
fe9961
it a specific triple?  Also, from what I can tell, this tests only
fe9961
runs when llvm is configured with LLVM_DEFAULT_TARGET_TRIPLE set
fe9961
to a non-empty value, which is why it may not fail in every build
fe9961
configuration.
fe9961
fe9961
Differential Revision: https://reviews.llvm.org/D109806
fe9961
---
fe9961
 llvm/test/DebugInfo/Generic/missing-abstract-variable.ll | 2 +-
fe9961
 1 file changed, 1 insertion(+), 1 deletion(-)
fe9961
fe9961
diff --git a/llvm/test/DebugInfo/Generic/missing-abstract-variable.ll b/llvm/test/DebugInfo/Generic/missing-abstract-variable.ll
fe9961
index bd0de60268b6..cc5d56b0c512 100644
fe9961
--- a/llvm/test/DebugInfo/Generic/missing-abstract-variable.ll
fe9961
+++ b/llvm/test/DebugInfo/Generic/missing-abstract-variable.ll
fe9961
@@ -4,7 +4,7 @@
fe9961
 ; powerpc64 (and on x86_64 at at least -O2). Presumably this is a SelectionDAG
fe9961
 ; issue.
fe9961
 ; FIXME: arm64 is an alias for aarch64 on macs, apparently?
fe9961
-; XFAIL: powerpc64, aarch64, arm64, hexagon
fe9961
+; XFAIL: powerpc64, aarch64, arm64, hexagon, ppc64le
fe9961
 
fe9961
 ; Build from the following source with clang -O2.
fe9961
 
fe9961
-- 
fe9961
2.31.1
fe9961