mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-28 18:36:50 +00:00
Rebase onto pagure/main
This commit is contained in:
parent
f1c4e870ad
commit
2bb38a92b7
4 changed files with 13 additions and 15 deletions
|
@ -1,8 +1,8 @@
|
|||
From 03802b450aee4465471835e745086a126822bdf3 Mon Sep 17 00:00:00 2001
|
||||
From fca5cbc9c0ad26a7ac61cafe90b4af49dab5605d Mon Sep 17 00:00:00 2001
|
||||
From: Konrad Kleine <kkleine@redhat.com>
|
||||
Date: Tue, 27 Apr 2021 14:41:57 +0200
|
||||
Subject: [PATCH 1/4] [PATCH] Make source-interleave-prefix test case
|
||||
compatible with llvm-test
|
||||
Subject: [PATCH] Make source-interleave-prefix test case compatible with
|
||||
llvm-test
|
||||
|
||||
llvm-test runs test from a directory that's not the upstream one, and that leads
|
||||
to some false positive. Workaround this by forcing the current working
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
From 974097988782c00c2decf4544d922949de261afc Mon Sep 17 00:00:00 2001
|
||||
From d92371e841cfdd6862c8c57cd726292679954e57 Mon Sep 17 00:00:00 2001
|
||||
From: Nikita Popov <npopov@redhat.com>
|
||||
Date: Mon, 31 Jan 2022 10:33:27 +0100
|
||||
Subject: [PATCH 2/4] [PATCH] Disable CrashRecoveryTest.DumpStackCleanup test
|
||||
on aarch64
|
||||
Subject: [PATCH] Disable CrashRecoveryTest.DumpStackCleanup test on aarch64
|
||||
|
||||
Produces a non-reproducible failure on aarch64:
|
||||
https://bugzilla.redhat.com/show_bug.cgi?id=2048440
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
From 680db94364f13a9e9442235e154a1b59a81d79a9 Mon Sep 17 00:00:00 2001
|
||||
From dc40dc7220cde30659c86ce90ed3643f409fa788 Mon Sep 17 00:00:00 2001
|
||||
From: Tom Stellard <tstellar@redhat.com>
|
||||
Date: Tue, 9 Nov 2021 15:05:07 +0100
|
||||
Subject: [PATCH 3/4] [PATCH] XFAIL missing-abstract-variable.ll test on
|
||||
ppc64le
|
||||
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
|
||||
|
@ -17,15 +16,15 @@ Differential Revision: https://reviews.llvm.org/D109806
|
|||
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
|
||||
index 8f8d404b0e56..07a8778d82a8 100644
|
||||
index 80e278e51194..dcd83f9d5f78 100644
|
||||
--- 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?
|
||||
-; XFAIL: powerpc64, aarch64, arm64, hexagon, riscv, sparc
|
||||
+; XFAIL: powerpc64, aarch64, arm64, hexagon, riscv, sparc, ppc64le
|
||||
-; XFAIL: powerpc64, aarch64, arm64, hexagon, riscv, sparc, loongarch
|
||||
+; XFAIL: powerpc64, aarch64, arm64, hexagon, riscv, sparc, loongarch, ppc64le
|
||||
|
||||
; Build from the following source with clang -O2.
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
From 1ac2fb3bc5bc471e9c3af0abbba4a0942ca14948 Mon Sep 17 00:00:00 2001
|
||||
From 902523d6c3a0f6566699befa30bd1cc694de10b2 Mon Sep 17 00:00:00 2001
|
||||
From: Konrad Kleine <kkleine@redhat.com>
|
||||
Date: Wed, 16 Feb 2022 22:03:40 +0100
|
||||
Subject: [PATCH 4/4] [PATCH] Revert "cmake: Don't install plugins used for
|
||||
examples or tests"
|
||||
Subject: [PATCH] Revert "cmake: Don't install plugins used for examples or
|
||||
tests"
|
||||
|
||||
This reverts commit d0a767608773cfa3d8644c27796b63ff40962806.
|
||||
|
||||
|
|
Loading…
Reference in a new issue