[lld-macho] Ignore -platform_version and -syslibroot flags.
authorNico Weber <thakis@chromium.org>
Tue, 12 May 2020 18:02:13 +0000 (14:02 -0400)
committerNico Weber <thakis@chromium.org>
Tue, 12 May 2020 23:17:01 +0000 (19:17 -0400)
commit759bae956abf7fb46c28f5e23a4feee593c883ae
treee29bfecaf00e338e63d65e84f9ef25c87ae5affe
parente17a47b2d353737e25b24c8dfcc3e8984878b02e
[lld-macho] Ignore -platform_version and -syslibroot flags.

clang passes these flags; this makes it easier to try `clang -v`
output with `ld -flavor darwinnew`.

Differential Revision: https://reviews.llvm.org/D79797
lld/MachO/Driver.cpp
lld/MachO/Options.td
lld/test/MachO/platform-version.test [new file with mode: 0644]
lld/test/MachO/silent-ignore.test