Ignore -MT and -MF.

llvm-svn: 53977
This commit is contained in:
Ted Kremenek 2008-07-24 03:52:21 +00:00
parent 1c0c06bb9c
commit 4a154b2857
1 changed files with 3 additions and 0 deletions

View File

@ -102,6 +102,9 @@ my %CompilerLinkerOptionMap = (
);
my %IgnoredOptionMap = (
'-MT' => 1, # Ignore these preprocessor options.
'-MF' => 1,
'-fsyntax-only' => 0,
'-save-temps' => 0,
'-install_name' => 1,