From: Ted Kremenek Date: Thu, 24 Jul 2008 03:52:21 +0000 (+0000) Subject: Ignore -MT and -MF. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=940260996dfae2b6acd0466c1519b8e5083bed83;p=clang Ignore -MT and -MF. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53977 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/ccc-analyzer b/utils/ccc-analyzer index 387b520440..1659c53a5a 100755 --- a/utils/ccc-analyzer +++ b/utils/ccc-analyzer @@ -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,