mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 03:51:40 +00:00
14 lines
645 B
Diff
14 lines
645 B
Diff
Index: llvm-toolchain-snapshot_3.3~svn181457/clang/tools/scan-build/scan-build
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_3.3~svn181457.orig/clang/tools/scan-build/scan-build 2013-05-02 02:52:46.000000000 +0200
|
|
+++ llvm-toolchain-snapshot_3.3~svn181457/clang/tools/scan-build/scan-build 2013-05-08 20:27:18.000000000 +0200
|
|
@@ -1524,7 +1524,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");
|
|
}
|