remove patch applied upstream

This commit is contained in:
Sylvestre Ledru 2019-08-28 09:29:38 +02:00
parent 736724b094
commit 3142b167ba
3 changed files with 0 additions and 17 deletions

2
debian/changelog vendored
View File

@ -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

View File

@ -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

View File

@ -129,5 +129,3 @@ bootstrap-fix-include-next.diff
clang-riscv64-multiarch.diff
clang-riscv64-rv64gc.diff
ftbfs-mips-bug-43011.diff