From 2bb38a92b7ba6241cfe05ed3278688de77ed4a50 Mon Sep 17 00:00:00 2001 From: Konrad Kleine Date: Wed, 5 Oct 2022 22:07:08 +0200 Subject: [PATCH] Rebase onto pagure/main --- ...ke-source-interleave-prefix-test-case-compat.patch | 6 +++--- ...sable-CrashRecoveryTest.DumpStackCleanup-tes.patch | 5 ++--- ...AIL-missing-abstract-variable.ll-test-on-ppc.patch | 11 +++++------ ...vert-cmake-Don-t-install-plugins-used-for-ex.patch | 6 +++--- 4 files changed, 13 insertions(+), 15 deletions(-) diff --git a/0001-PATCH-Make-source-interleave-prefix-test-case-compat.patch b/0001-PATCH-Make-source-interleave-prefix-test-case-compat.patch index be75a78..3619520 100644 --- a/0001-PATCH-Make-source-interleave-prefix-test-case-compat.patch +++ b/0001-PATCH-Make-source-interleave-prefix-test-case-compat.patch @@ -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 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 diff --git a/0002-PATCH-Disable-CrashRecoveryTest.DumpStackCleanup-tes.patch b/0002-PATCH-Disable-CrashRecoveryTest.DumpStackCleanup-tes.patch index e585787..e981df7 100644 --- a/0002-PATCH-Disable-CrashRecoveryTest.DumpStackCleanup-tes.patch +++ b/0002-PATCH-Disable-CrashRecoveryTest.DumpStackCleanup-tes.patch @@ -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 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 diff --git a/0003-PATCH-XFAIL-missing-abstract-variable.ll-test-on-ppc.patch b/0003-PATCH-XFAIL-missing-abstract-variable.ll-test-on-ppc.patch index db81341..9016970 100644 --- a/0003-PATCH-XFAIL-missing-abstract-variable.ll-test-on-ppc.patch +++ b/0003-PATCH-XFAIL-missing-abstract-variable.ll-test-on-ppc.patch @@ -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 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. diff --git a/0004-PATCH-Revert-cmake-Don-t-install-plugins-used-for-ex.patch b/0004-PATCH-Revert-cmake-Don-t-install-plugins-used-for-ex.patch index 5d9a2ae..e9e77d3 100644 --- a/0004-PATCH-Revert-cmake-Don-t-install-plugins-used-for-ex.patch +++ b/0004-PATCH-Revert-cmake-Don-t-install-plugins-used-for-ex.patch @@ -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 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.