[lld-macho] Ignore -dependency_info and its argument
authorJez Ng <jezng@fb.com>
Fri, 24 Jul 2020 22:55:14 +0000 (15:55 -0700)
committerJez Ng <jezng@fb.com>
Fri, 24 Jul 2020 22:55:27 +0000 (15:55 -0700)
commit06a0dd2467d5c4726699eea3589a6444e00a2eef
tree3753af423affa23b0b6a959a6a4ea5a7913663b0
parent31d58858425f6021d380eff879dd8983e25a5715
[lld-macho] Ignore -dependency_info and its argument

XCode passes in this flag, which we do not yet implement. Skip
over the argument for now so we can at least successfully parse the
linker invocation.

Reviewed By: #lld-macho, compnerd

Differential Revision: https://reviews.llvm.org/D84485
lld/MachO/Options.td
lld/test/MachO/silent-ignore.test