From 2bbbfb2cc36f7e5ee86b7fd22ec040be36d7c9d0 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Tue, 8 Feb 2011 22:54:30 +0000 Subject: [PATCH] No longer pass deprecated '-nodistribute' flag to xcodebuild. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125131 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/scan-build/scan-build | 3 --- 1 file changed, 3 deletions(-) diff --git a/tools/scan-build/scan-build b/tools/scan-build/scan-build index a1fa719506..843df9a841 100755 --- a/tools/scan-build/scan-build +++ b/tools/scan-build/scan-build @@ -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"); -- 2.50.1