[PATCH] D33263: [scan-build] Patch to scan-build tool to support "--target=<value>" flag
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 26 12:25:53 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL304025: [scan-build] Patch to scan-build tool to support "--target=<value>" flag (authored by phosek).
Changed prior to commit:
https://reviews.llvm.org/D33263?vs=99219&id=100450#toc
Repository:
rL LLVM
https://reviews.llvm.org/D33263
Files:
cfe/trunk/tools/scan-build/libexec/ccc-analyzer
Index: cfe/trunk/tools/scan-build/libexec/ccc-analyzer
===================================================================
--- cfe/trunk/tools/scan-build/libexec/ccc-analyzer
+++ cfe/trunk/tools/scan-build/libexec/ccc-analyzer
@@ -385,7 +385,8 @@
'-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 '='
+ '-miphoneos-version-min' => 0, # This is really a 1 argument, but always has '='
+ '--target' => 0
);
my %IgnoredOptionMap = (
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33263.100450.patch
Type: text/x-patch
Size: 580 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170526/9c686581/attachment.bin>
More information about the cfe-commits
mailing list