mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-30 14:14:54 +00:00
* remove "scan-build-py-force-utf-8-opening.diff"
merged upstream
This commit is contained in:
parent
510a0270a7
commit
e40e881748
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -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
|
||||
|
@ -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):
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user