r187989 - scan-build: pass -target through to analyzer

Jordan Rose jordan_rose at apple.com
Thu Aug 8 09:06:26 PDT 2013


Author: jrose
Date: Thu Aug  8 11:06:26 2013
New Revision: 187989

URL: http://llvm.org/viewvc/llvm-project?rev=187989&view=rev
Log:
scan-build: pass -target through to analyzer

Modified:
    cfe/trunk/tools/scan-build/ccc-analyzer

Modified: cfe/trunk/tools/scan-build/ccc-analyzer
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/scan-build/ccc-analyzer?rev=187989&r1=187988&r2=187989&view=diff
==============================================================================
--- cfe/trunk/tools/scan-build/ccc-analyzer (original)
+++ cfe/trunk/tools/scan-build/ccc-analyzer Thu Aug  8 11:06:26 2013
@@ -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 '='





More information about the cfe-commits mailing list