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

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