aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutils/ccc-analyzer3
1 files changed, 3 insertions, 0 deletions
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,