llvm/0003-PATCH-XFAIL-missing-abstract-variable.ll-test-on-ppc.patch
Konrad Kleine 758ea3674d Merge remote-tracking branch 'upstream/rawhide' into upstream-snapshot
* upstream/rawhide:
  Remove abi_revision handling
  Drop GetHostTriple export again
  Export GetHostTriple.cmake
  Migrate tests to tests/llvm repo
  Fix compat build symlinks
  Update to LLVM 15.0.0
2022-10-05 22:16:53 +02:00

50 lines
2.3 KiB
Diff

<<<<<<<< HEAD:0003-PATCH-XFAIL-missing-abstract-variable.ll-test-on-ppc.patch
From dc40dc7220cde30659c86ce90ed3643f409fa788 Mon Sep 17 00:00:00 2001
========
From 01529ba2c76be37e41713cf7f3eca8b61833e320 Mon Sep 17 00:00:00 2001
>>>>>>>> upstream/rawhide:0003-XFAIL-missing-abstract-variable.ll-test-on-ppc64le.patch
From: Tom Stellard <tstellar@redhat.com>
Date: Tue, 9 Nov 2021 15:05:07 +0100
Subject: [PATCH] XFAIL missing-abstract-variable.ll test on ppc64le
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.
Differential Revision: https://reviews.llvm.org/D109806
---
llvm/test/DebugInfo/Generic/missing-abstract-variable.ll | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llvm/test/DebugInfo/Generic/missing-abstract-variable.ll b/llvm/test/DebugInfo/Generic/missing-abstract-variable.ll
<<<<<<<< HEAD:0003-PATCH-XFAIL-missing-abstract-variable.ll-test-on-ppc.patch
index 80e278e51194..dcd83f9d5f78 100644
========
index 8f8d404..07a8778 100644
>>>>>>>> upstream/rawhide:0003-XFAIL-missing-abstract-variable.ll-test-on-ppc64le.patch
--- a/llvm/test/DebugInfo/Generic/missing-abstract-variable.ll
+++ b/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?
<<<<<<<< HEAD:0003-PATCH-XFAIL-missing-abstract-variable.ll-test-on-ppc.patch
-; XFAIL: powerpc64, aarch64, arm64, hexagon, riscv, sparc, loongarch
+; XFAIL: powerpc64, aarch64, arm64, hexagon, riscv, sparc, loongarch, ppc64le
========
-; XFAIL: powerpc64, aarch64, arm64, hexagon, riscv, sparc
+; XFAIL: powerpc64, aarch64, arm64, hexagon, riscv, sparc, ppc64le
>>>>>>>> upstream/rawhide:0003-XFAIL-missing-abstract-variable.ll-test-on-ppc64le.patch
; Build from the following source with clang -O2.
--
<<<<<<<< HEAD:0003-PATCH-XFAIL-missing-abstract-variable.ll-test-on-ppc.patch
2.37.1
========
1.8.3.1
>>>>>>>> upstream/rawhide:0003-XFAIL-missing-abstract-variable.ll-test-on-ppc64le.patch