From 286c703614c65469eabe79db2c764eda14978645 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 14 Jun 2023 17:48:07 +0200 Subject: [PATCH] remove patch applied upstream --- debian/patches/series | 1 - debian/patches/workaround-bug-63225.diff | 20 -------------------- 2 files changed, 21 deletions(-) delete mode 100644 debian/patches/workaround-bug-63225.diff diff --git a/debian/patches/series b/debian/patches/series index 9af82b42..f2744617 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -148,4 +148,3 @@ unwind-force-pthread-dl.diff force-sse2-compiler-rt.diff bolt-disable-emit-relocs.patch link-grpc.diff -workaround-bug-63225.diff diff --git a/debian/patches/workaround-bug-63225.diff b/debian/patches/workaround-bug-63225.diff deleted file mode 100644 index 6f69b289..00000000 --- a/debian/patches/workaround-bug-63225.diff +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/llvm/include/llvm/CodeGen/MachineScheduler.h b/llvm/include/llvm/CodeGen/MachineScheduler.h ---- a/llvm/include/llvm/CodeGen/MachineScheduler.h -+++ b/llvm/include/llvm/CodeGen/MachineScheduler.h -@@ -815,7 +815,6 @@ - const ResourceSegments &c2) { - return c1._Intervals == c2._Intervals; - } --#ifndef NDEBUG - friend llvm::raw_ostream &operator<<(llvm::raw_ostream &os, - const ResourceSegments &Segments) { - os << "{ "; -@@ -824,7 +823,6 @@ - os << "}\n"; - return os; - } --#endif - }; - - /// Each Scheduling boundary is associated with ready queues. It tracks the -