From dfa8c8aef5ca8a8c9a3d0ef84a4ea110802a6d8a Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Thu, 5 Jun 2008 22:46:24 +0000 Subject: [PATCH] Ignore a few more linker arguments. llvm-svn: 52023 --- clang/utils/ccc-analyzer | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clang/utils/ccc-analyzer b/clang/utils/ccc-analyzer index da85dddc3f38..d301f7448f48 100755 --- a/clang/utils/ccc-analyzer +++ b/clang/utils/ccc-analyzer @@ -244,7 +244,8 @@ def main(args): # 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.