mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-03 06:57:55 +00:00
* Fix the default binary path for scan-build-py to clang-11 (instead of
clang) - see scan-build-py-fix-default-bin.diff tested by https://github.com/opencollab/llvm-toolchain-integration-test-suite/ - not really working for now
This commit is contained in:
parent
3c340db424
commit
7968be8f04
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,11 +1,17 @@
|
||||
llvm-toolchain-11 (1:11.1.0-1~exp2) experimental; urgency=medium
|
||||
|
||||
* Fix the default binary path for scan-build-py to clang-11 (instead of
|
||||
clang) - see scan-build-py-fix-default-bin.diff
|
||||
tested by
|
||||
https://github.com/opencollab/llvm-toolchain-integration-test-suite/
|
||||
|
||||
[ Krzysztof Aleksander Pyrkosz ]
|
||||
* Add libxml2 as a dependency as it is necessary
|
||||
for llvm manifest tool (llvm-mt)
|
||||
(Closes: #990537)
|
||||
- not really working for now
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Sun, 11 Jul 2021 23:32:10 +0200
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 17 Jul 2021 20:13:57 +0200
|
||||
|
||||
llvm-toolchain-11 (1:11.1.0-1~exp1) experimental; urgency=medium
|
||||
|
||||
|
13
debian/patches/scan-build-py-fix-default-bin.diff
vendored
Normal file
13
debian/patches/scan-build-py-fix-default-bin.diff
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
Index: llvm-toolchain-12-12.0.0/clang/tools/scan-build-py/libscanbuild/arguments.py
|
||||
===================================================================
|
||||
--- llvm-toolchain-12-12.0.0.orig/clang/tools/scan-build-py/libscanbuild/arguments.py
|
||||
+++ llvm-toolchain-12-12.0.0/clang/tools/scan-build-py/libscanbuild/arguments.py
|
||||
@@ -250,7 +250,7 @@ def create_analyze_parser(from_build_com
|
||||
'--use-analyzer',
|
||||
metavar='<path>',
|
||||
dest='clang',
|
||||
- default='clang',
|
||||
+ default='clang-11',
|
||||
help="""'%(prog)s' uses the 'clang' executable relative to itself for
|
||||
static analysis. One can override this behavior with this option by
|
||||
using the 'clang' packaged with Xcode (on OS X) or from the PATH.""")
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -144,3 +144,4 @@ silent-integration-test-suite-i386.diff
|
||||
revert-abi-change-clang.diff
|
||||
scan-build-py-fix-analyze-path.diff
|
||||
D91833-bpftrace-fix-code-gen.diff
|
||||
scan-build-py-fix-default-bin.diff
|
||||
|
Loading…
Reference in New Issue
Block a user