mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-28 19:11:25 +00:00
adjust the scan-build-py path
This commit is contained in:
parent
e0994366bb
commit
e7aa593842
@ -7,7 +7,7 @@ Index: llvm-toolchain-12-12.0.0/clang/tools/scan-build-py/libscanbuild/arguments
|
||||
metavar='<path>',
|
||||
dest='clang',
|
||||
- default='clang',
|
||||
+ default='clang-12',
|
||||
+ default='clang-13',
|
||||
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.""")
|
||||
|
Loading…
Reference in New Issue
Block a user