summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
Diffstat (limited to 'clang')
-rwxr-xr-xclang/utils/ccc-analyzer9
1 files changed, 9 insertions, 0 deletions
diff --git a/clang/utils/ccc-analyzer b/clang/utils/ccc-analyzer
index 55f6382e493..da85dddc3f3 100755
--- a/clang/utils/ccc-analyzer
+++ b/clang/utils/ccc-analyzer
@@ -241,6 +241,15 @@ def main(args):
if arg == '-o':
output = args[i+1]
i += 1
+
+ # Arguments we currently ignore with one option.
+ if arg in ['-install_name', '-exported_symbols_list',
+ '-current_version', '-compatibility_version']:
+ i += 1
+
+ # Arguments we currently ignore with three options.
+ if arg in ['-sectorder']:
+ i += 3
i += 1
OpenPOWER on IntegriCloud