Ignore a few more linker arguments.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52023 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/ccc-analyzer b/utils/ccc-analyzer
index da85ddd..d301f74 100755
--- a/utils/ccc-analyzer
+++ b/utils/ccc-analyzer
@@ -244,7 +244,8 @@
# Arguments we currently ignore with one option.
if arg in ['-install_name', '-exported_symbols_list',
- '-current_version', '-compatibility_version']:
+ '-current_version', '-compatibility_version', '-init', '-e',
+ '-seg1addr']:
i += 1
# Arguments we currently ignore with three options.