diff --git a/0001-PATCH-llvm-Make-source-interleave-prefix-test-case-c.patch b/0001-PATCH-llvm-Make-source-interleave-prefix-test-case-c.patch index 5b692f5..09f363f 100644 --- a/0001-PATCH-llvm-Make-source-interleave-prefix-test-case-c.patch +++ b/0001-PATCH-llvm-Make-source-interleave-prefix-test-case-c.patch @@ -1,7 +1,7 @@ -From 79a99a76c0f63777ece3a636a733424e242041cb Mon Sep 17 00:00:00 2001 +From 7242925230776388c70b5bdf7e80aba92a9002c3 Mon Sep 17 00:00:00 2001 From: Konrad Kleine Date: Tue, 27 Apr 2021 14:41:57 +0200 -Subject: [PATCH][llvm] Make source-interleave-prefix test case compatible with +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 @@ -12,7 +12,7 @@ directory. 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/tools/llvm-objdump/X86/source-interleave-prefix.test b/llvm/test/tools/llvm-objdump/X86/source-interleave-prefix.test -index 746add22f96e..8b28b877e372 100644 +index 746add22..8b28b87 100644 --- a/llvm/test/tools/llvm-objdump/X86/source-interleave-prefix.test +++ b/llvm/test/tools/llvm-objdump/X86/source-interleave-prefix.test @@ -11,7 +11,7 @@ @@ -25,5 +25,5 @@ index 746add22f96e..8b28b877e372 100644 ; CHECK-BROKEN-PREFIX: warning: '[[FILE]]': failed to find source [[PREFIX]][[COMPDIR]]{{[/\\]}}source-interleave-x86_64.c -- -2.34.1 +1.8.3.1 diff --git a/0002-Disable-CrashRecoveryTest.DumpStackCleanup-test-on-a.patch b/0002-Disable-CrashRecoveryTest.DumpStackCleanup-test-on-a.patch index ba2f75e..36f6a20 100644 --- a/0002-Disable-CrashRecoveryTest.DumpStackCleanup-test-on-a.patch +++ b/0002-Disable-CrashRecoveryTest.DumpStackCleanup-test-on-a.patch @@ -1,7 +1,7 @@ -From 19d0e00380d7960acf2acf69986c4f66ab911553 Mon Sep 17 00:00:00 2001 +From 6dd25eb3ca3d8a6847fab029946d15f223b1a551 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 31 Jan 2022 10:33:27 +0100 -Subject: 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 @@ -10,7 +10,7 @@ https://bugzilla.redhat.com/show_bug.cgi?id=2048440 1 file changed, 2 insertions(+) diff --git a/llvm/unittests/Support/CrashRecoveryTest.cpp b/llvm/unittests/Support/CrashRecoveryTest.cpp -index e95513eb2841..afb1d3a1f6a2 100644 +index d942c9d..28efedd 100644 --- a/llvm/unittests/Support/CrashRecoveryTest.cpp +++ b/llvm/unittests/Support/CrashRecoveryTest.cpp @@ -76,6 +76,7 @@ TEST(CrashRecoveryTest, Cleanup) { @@ -28,7 +28,7 @@ index e95513eb2841..afb1d3a1f6a2 100644 +#endif TEST(CrashRecoveryTest, LimitedStackTrace) { - std::string Res; + // FIXME: Handle "Depth" parameter in PrintStackTrace() function -- -2.34.1 +1.8.3.1 diff --git a/0003-XFAIL-missing-abstract-variable.ll-test-on-ppc64le.patch b/0003-XFAIL-missing-abstract-variable.ll-test-on-ppc64le.patch index 9d1507a..0f4acd3 100644 --- a/0003-XFAIL-missing-abstract-variable.ll-test-on-ppc64le.patch +++ b/0003-XFAIL-missing-abstract-variable.ll-test-on-ppc64le.patch @@ -1,7 +1,7 @@ -From ebf357018f390739a96abcd39aae5916844c2300 Mon Sep 17 00:00:00 2001 +From 01529ba2c76be37e41713cf7f3eca8b61833e320 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 9 Nov 2021 15:05:07 +0100 -Subject: 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 @@ -16,7 +16,7 @@ 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 8f8d404..07a8778 100644 --- a/llvm/test/DebugInfo/Generic/missing-abstract-variable.ll +++ b/llvm/test/DebugInfo/Generic/missing-abstract-variable.ll @@ -4,7 +4,7 @@ @@ -29,5 +29,5 @@ index 8f8d404b0e56..07a8778d82a8 100644 ; Build from the following source with clang -O2. -- -2.34.1 +1.8.3.1