mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-12-25 10:10:48 +00:00
remove patch applied upstream
This commit is contained in:
parent
736724b094
commit
3142b167ba
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -2,8 +2,6 @@ llvm-toolchain-9 (1:9~+rc2-1~exp3) experimental; urgency=medium
|
||||
|
||||
* Update of the license file. Upstream moved to Apache 2
|
||||
with LLVM exception (Closes: #935149)
|
||||
llvm-toolchain-9 (1:9~svn370077-1~exp1) UNRELEASED; urgency=medium
|
||||
|
||||
* experimental New snapshot release
|
||||
* remove 0050-Remove-explicit-python-version-list.patch
|
||||
bug-43011-mips.diff as they are merged upstream
|
||||
|
||||
13
debian/patches/ftbfs-mips-bug-43011.diff
vendored
13
debian/patches/ftbfs-mips-bug-43011.diff
vendored
@ -1,13 +0,0 @@
|
||||
Index: llvm-toolchain-9_9~+rc1/libcxx/include/__locale
|
||||
===================================================================
|
||||
--- llvm-toolchain-9_9~+rc1.orig/libcxx/include/__locale
|
||||
+++ llvm-toolchain-9_9~+rc1/libcxx/include/__locale
|
||||
@@ -409,7 +409,7 @@ public:
|
||||
static const mask xdigit = _ISxdigit;
|
||||
static const mask blank = _ISblank;
|
||||
#if defined(__mips__)
|
||||
- static const mask __regex_word = static_cast<char_class_type>(_ISbit(15));
|
||||
+ static const mask __regex_word = static_cast<mask>(_ISbit(15));
|
||||
#else
|
||||
static const mask __regex_word = 0x80;
|
||||
#endif
|
||||
2
debian/patches/series
vendored
2
debian/patches/series
vendored
@ -129,5 +129,3 @@ bootstrap-fix-include-next.diff
|
||||
clang-riscv64-multiarch.diff
|
||||
clang-riscv64-rv64gc.diff
|
||||
|
||||
ftbfs-mips-bug-43011.diff
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user