* remove "scan-build-py-force-utf-8-opening.diff"

merged upstream
This commit is contained in:
Sylvestre Ledru 2021-08-17 21:04:43 +02:00
parent 510a0270a7
commit e40e881748
3 changed files with 8 additions and 14 deletions

8
debian/changelog vendored
View File

@ -1,3 +1,11 @@
llvm-toolchain-snapshot (1:14~++20210817085703+f5616a981c60-1~exp1) UNRELEASED; urgency=medium
* experimental New snapshot release
* remove "scan-build-py-force-utf-8-opening.diff"
merged upstream
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 17 Aug 2021 21:01:03 +0200
llvm-toolchain-snapshot (1:14~++20210715093511+afc760ef3527-1~exp2) unstable; urgency=medium
* revert the s390 as it is probably fixed

View File

@ -1,13 +0,0 @@
Index: llvm-toolchain-snapshot_14~++20210805101753+11565320fd55/clang/tools/scan-build-py/lib/libscanbuild/report.py
===================================================================
--- llvm-toolchain-snapshot_14~++20210805101753+11565320fd55.orig/clang/tools/scan-build-py/lib/libscanbuild/report.py
+++ llvm-toolchain-snapshot_14~++20210805101753+11565320fd55/clang/tools/scan-build-py/lib/libscanbuild/report.py
@@ -417,7 +417,7 @@ def parse_bug_html(filename):
'bug_path_length': 1
}
- with open(filename) as handler:
+ with open(filename, encoding="utf-8") as handler:
for line in handler.readlines():
# do not read the file further
if endsign.match(line):

View File

@ -142,5 +142,4 @@ lld-use-link-atomic-i386.diff
lower-python-dep.diff
scan-build-py-fix-analyze-path.diff
scan-build-py-fix-default-bin.diff
scan-build-py-force-utf-8-opening.diff
libclc-llvm-spirv.diff