mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-31 03:01:17 +00:00
remove patch applied upstream
This commit is contained in:
parent
ac90d1c78c
commit
286c703614
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -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
|
||||
|
20
debian/patches/workaround-bug-63225.diff
vendored
20
debian/patches/workaround-bug-63225.diff
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user