mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 20:09:34 +00:00
14 lines
645 B
Diff
14 lines
645 B
Diff
Index: llvm-toolchain-snapshot_3.4~svn188146/clang/tools/scan-build/scan-build
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/tools/scan-build/scan-build 2013-08-11 10:01:33.484734737 +0200
|
|
+++ llvm-toolchain-snapshot_3.4~svn188146/clang/tools/scan-build/scan-build 2013-08-11 10:01:33.480734737 +0200
|
|
@@ -1538,7 +1538,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");
|
|
}
|