michaeleisel / zld

A faster version of Apple's linker
MIT License
1.19k stars 50 forks source link

Fix tapi simulator warnings #66

Closed michaeleisel closed 4 years ago

michaeleisel commented 4 years ago

E.g. for /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/systemlibsystem_pthread.tbd we see:

targets:         [ i386-macos, x86_64-macos, x86_64-maccatalyst, arm64-macos, arm64-maccatalyst ]

with no mention of the simulator, even though it's in the simulator's sdk dir. So for now, just treat it as being ok. It seems like these .tbd files are specifically system ones, and that may be to interact properly with the host, macOS

michaeleisel commented 4 years ago

tested locally