aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-06-05 22:46:24 +0000
committerTed Kremenek <kremenek@apple.com>2008-06-05 22:46:24 +0000
commitfe4db8b8344453aab0a42d8e187471e7392b3662 (patch)
treee5ece2d35fac84fbad5a3d4743a8220c18782516
parent8f0b10274a0091edc5e1dcec622dc6a3c97f65a8 (diff)
Ignore a few more linker arguments.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52023 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xutils/ccc-analyzer3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/ccc-analyzer b/utils/ccc-analyzer
index da85dddc3f..d301f7448f 100755
--- a/utils/ccc-analyzer
+++ b/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.