From: Jordan Rose Date: Thu, 8 Aug 2013 16:06:26 +0000 (+0000) Subject: scan-build: pass -target through to analyzer X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce4aa85993963b98f58aa31f17119721e4fcceca;p=clang scan-build: pass -target through to analyzer git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187989 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/scan-build/ccc-analyzer b/tools/scan-build/ccc-analyzer index f0f2553560..5f6314882b 100755 --- a/tools/scan-build/ccc-analyzer +++ b/tools/scan-build/ccc-analyzer @@ -349,6 +349,7 @@ my %CompilerLinkerOptionMap = ( '-m32' => 0, '-m64' => 0, '-stdlib' => 0, # This is really a 1 argument, but always has '=' + '-target' => 1, '-v' => 0, '-mmacosx-version-min' => 0, # This is really a 1 argument, but always has '=' '-miphoneos-version-min' => 0 # This is really a 1 argument, but always has '='