scan-build: pass -target through to analyzer

llvm-svn: 187989
This commit is contained in:
Jordan Rose 2013-08-08 16:06:26 +00:00
parent 719fbc9ae7
commit 687fc9a30b

View File

@ -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 '='