Ignore a few more linker arguments.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52023 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Ted Kremenek 2008-06-05 22:46:24 +00:00
Родитель 8f0b10274a
Коммит fe4db8b834
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

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