]> granicus.if.org Git - clang/commitdiff
No longer pass deprecated '-nodistribute' flag to xcodebuild.
authorTed Kremenek <kremenek@apple.com>
Tue, 8 Feb 2011 22:54:30 +0000 (22:54 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 8 Feb 2011 22:54:30 +0000 (22:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125131 91177308-0d34-0410-b5e6-96231b3b80d8

tools/scan-build/scan-build

index a1fa719506159295d1e4f9f6c2996b1aa4475869..843df9a8414bec54d085f8bb11d465b0c0051b1b 100755 (executable)
@@ -937,9 +937,6 @@ sub RunBuildCommand {
       }
     }
 
-    # Disable distributed builds for xcodebuild.
-    AddIfNotPresent($Args,"-nodistribute");
-
     # Disable PCH files until clang supports them.
     AddIfNotPresent($Args,"GCC_PRECOMPILE_PREFIX_HEADER=NO");