[scan-build] Whitelist all -mXXXX options.

llvm-svn: 180073
This commit is contained in:
Ted Kremenek 2013-04-23 00:10:55 +00:00
parent 210051548e
commit b44bc7d599
1 changed files with 1 additions and 1 deletions

View File

@ -491,7 +491,7 @@ foreach (my $i = 0; $i < scalar(@ARGV); ++$i) {
while ($Cnt > 0) { ++$i; --$Cnt; push @CompileOpts, $ARGV[$i]; }
next;
}
if ($Arg =~ /-msse.*/) {
if ($Arg =~ /-m.*/) {
push @CompileOpts,$Arg;
next;
}