mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 13:27:05 +00:00
remove patch applied upstream
This commit is contained in:
parent
e4de0d4cf2
commit
3ac7eba5ba
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -145,4 +145,3 @@ unwind-force-pthread-dl.diff
|
|||||||
force-sse2-compiler-rt.diff
|
force-sse2-compiler-rt.diff
|
||||||
bolt-disable-emit-relocs.patch
|
bolt-disable-emit-relocs.patch
|
||||||
link-grpc.diff
|
link-grpc.diff
|
||||||
ubuntu-releases.patch
|
|
||||||
|
38
debian/patches/ubuntu-releases.patch
vendored
38
debian/patches/ubuntu-releases.patch
vendored
@ -1,38 +0,0 @@
|
|||||||
Description: Update the list of Ubuntu release names
|
|
||||||
Forwarded: no
|
|
||||||
Author: Graham Inggs <ginggs@debian.org>
|
|
||||||
Last-Update: 2023-04-29
|
|
||||||
|
|
||||||
Index: llvm-toolchain-17-17.0.3/clang/include/clang/Driver/Distro.h
|
|
||||||
===================================================================
|
|
||||||
--- llvm-toolchain-17-17.0.3.orig/clang/include/clang/Driver/Distro.h
|
|
||||||
+++ llvm-toolchain-17-17.0.3/clang/include/clang/Driver/Distro.h
|
|
||||||
@@ -78,6 +78,7 @@
|
|
||||||
UbuntuKinetic,
|
|
||||||
UbuntuLunar,
|
|
||||||
UbuntuMantic,
|
|
||||||
+ UbuntuNoble,
|
|
||||||
UnknownDistro
|
|
||||||
};
|
|
||||||
|
|
||||||
@@ -129,7 +130,7 @@
|
|
||||||
}
|
|
||||||
|
|
||||||
bool IsUbuntu() const {
|
|
||||||
- return DistroVal >= UbuntuHardy && DistroVal <= UbuntuMantic;
|
|
||||||
+ return DistroVal >= UbuntuHardy && DistroVal <= UbuntuNoble;
|
|
||||||
}
|
|
||||||
|
|
||||||
bool IsAlpineLinux() const { return DistroVal == AlpineLinux; }
|
|
||||||
Index: llvm-toolchain-17-17.0.3/clang/lib/Driver/Distro.cpp
|
|
||||||
===================================================================
|
|
||||||
--- llvm-toolchain-17-17.0.3.orig/clang/lib/Driver/Distro.cpp
|
|
||||||
+++ llvm-toolchain-17-17.0.3/clang/lib/Driver/Distro.cpp
|
|
||||||
@@ -94,6 +94,7 @@
|
|
||||||
.Case("kinetic", Distro::UbuntuKinetic)
|
|
||||||
.Case("lunar", Distro::UbuntuLunar)
|
|
||||||
.Case("mantic", Distro::UbuntuMantic)
|
|
||||||
+ .Case("noble", Distro::UbuntuNoble)
|
|
||||||
.Default(Distro::UnknownDistro);
|
|
||||||
return Version;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user