mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 02:21:13 +00:00
14 lines
645 B
Diff
14 lines
645 B
Diff
Index: llvm-toolchain-snapshot_3.5~svn199197/clang/tools/scan-build/scan-build
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_3.5~svn199197.orig/clang/tools/scan-build/scan-build 2014-01-14 11:30:50.852868672 +0100
|
|
+++ llvm-toolchain-snapshot_3.5~svn199197/clang/tools/scan-build/scan-build 2014-01-14 11:30:50.848868672 +0100
|
|
@@ -1559,7 +1559,7 @@
|
|
|
|
# Find 'clang'
|
|
if (!defined $AnalyzerDiscoveryMethod) {
|
|
- $Clang = Cwd::realpath("$RealBin/bin/clang");
|
|
+ $Clang = Cwd::realpath("/usr/bin/clang");
|
|
if (!defined $Clang || ! -x $Clang) {
|
|
$Clang = Cwd::realpath("$RealBin/clang");
|
|
}
|