Ignore a few more linker arguments.

llvm-svn: 52023
This commit is contained in:
Ted Kremenek 2008-06-05 22:46:24 +00:00
parent 33aac00892
commit dfa8c8aef5
1 changed files with 2 additions and 1 deletions

View File

@ -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.