[lld-macho] Skip platform checks for a few libSystem re-exports
authorJez Ng <jezng@fb.com>
Tue, 20 Apr 2021 23:54:41 +0000 (19:54 -0400)
committerJez Ng <jezng@fb.com>
Tue, 20 Apr 2021 23:54:53 +0000 (19:54 -0400)
commit7208bd4b320fac383552995dea41c55677e8f3f5
tree9af63c645ab24b29896b16ba383623a848e009e5
parent326da4adcb8def2abdd530299d87ce951c0edec9
[lld-macho] Skip platform checks for a few libSystem re-exports

XCode 12 ships with mismatched platforms for these libraries,
so this hack is necessary...

Fixes PR49799.

Reviewed By: #lld-macho, gkm, smeenai

Differential Revision: https://reviews.llvm.org/D100913
lld/MachO/InputFiles.cpp
lld/test/MachO/Inputs/iPhoneSimulator.sdk/usr/lib/libSystem.tbd
lld/test/MachO/skip-platform-checks.s [new file with mode: 0644]