mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 04:13:48 +00:00
14 lines
625 B
Diff
14 lines
625 B
Diff
Index: llvm-toolchain-snapshot_3.7~svn241915/clang/tools/scan-build/scan-build
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_3.7~svn241915.orig/clang/tools/scan-build/scan-build
|
|
+++ llvm-toolchain-snapshot_3.7~svn241915/clang/tools/scan-build/scan-build
|
|
@@ -1579,7 +1579,7 @@ if (!@ARGV and !$RequestDisplayHelp) {
|
|
|
|
# Find 'clang'
|
|
if (!defined $AnalyzerDiscoveryMethod) {
|
|
- $Clang = Cwd::realpath("$RealBin/bin/clang");
|
|
+ $Clang = Cwd::realpath("/usr/lib/llvm-3.7/bin/clang");
|
|
if (!defined $Clang || ! -x $Clang) {
|
|
$Clang = Cwd::realpath("$RealBin/clang");
|
|
}
|