summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
Diffstat (limited to 'clang')
-rwxr-xr-xclang/utils/ccc-analyzer3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/utils/ccc-analyzer b/clang/utils/ccc-analyzer
index 60cf11ef95c..d99c7c7c33b 100755
--- a/clang/utils/ccc-analyzer
+++ b/clang/utils/ccc-analyzer
@@ -184,7 +184,8 @@ my %CompilerLinkerOptionMap = (
'-isysroot' => 1,
'-arch' => 1,
'-v' => 0,
- '-fpascal-strings' => 0
+ '-fpascal-strings' => 0,
+ '-mmacosx-version-min' => 0 # This is really a 1 argument, but always has '='
);
my %IgnoredOptionMap = (
OpenPOWER on IntegriCloud