[cfe-commits] r147483 - /cfe/trunk/tools/scan-build/set-xcode-analyzer

Ted Kremenek kremenek at apple.com
Tue Jan 3 14:05:58 PST 2012


Author: kremenek
Date: Tue Jan  3 16:05:57 2012
New Revision: 147483

URL: http://llvm.org/viewvc/llvm-project?rev=147483&view=rev
Log:
Force set-xcode-analyzer to use the system version of Python installed on OS X.

Modified:
    cfe/trunk/tools/scan-build/set-xcode-analyzer

Modified: cfe/trunk/tools/scan-build/set-xcode-analyzer
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/scan-build/set-xcode-analyzer?rev=147483&r1=147482&r2=147483&view=diff
==============================================================================
--- cfe/trunk/tools/scan-build/set-xcode-analyzer (original)
+++ cfe/trunk/tools/scan-build/set-xcode-analyzer Tue Jan  3 16:05:57 2012
@@ -1,4 +1,8 @@
-#!/usr/bin/env python
+#!/usr/bin/python
+
+# [PR 11661] Note that we hardwire to /usr/bin/python because we
+# want to the use the system version of Python on Mac OS X.
+# This one has the scripting bridge enabled.
 
 import os
 import sys





More information about the cfe-commits mailing list