mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-28 21:05:36 +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>',
|
metavar='<path>',
|
||||||
dest='clang',
|
dest='clang',
|
||||||
- default='clang',
|
- default='clang',
|
||||||
+ default='clang-12',
|
+ default='clang-13',
|
||||||
help="""'%(prog)s' uses the 'clang' executable relative to itself for
|
help="""'%(prog)s' uses the 'clang' executable relative to itself for
|
||||||
static analysis. One can override this behavior with this option by
|
static analysis. One can override this behavior with this option by
|
||||||
using the 'clang' packaged with Xcode (on OS X) or from the PATH.""")
|
using the 'clang' packaged with Xcode (on OS X) or from the PATH.""")
|
||||||
|
Loading…
Reference in New Issue
Block a user