forked from OSchip/llvm-project
[scan-build] Whitelist all -mXXXX options.
llvm-svn: 180073
This commit is contained in:
parent
210051548e
commit
b44bc7d599
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue