This is an archive of the discontinued LLVM Phabricator instance.

[macho] emit LC_BUILD_VERSION load command for supported OSes and platforms
ClosedPublic

Authored by arphaman on Jun 29 2020, 9:10 PM.

Details

Summary

This change lets LLVM use the LC_BUILD_VERSION command when building for macOS 10.14, iOS 12, tvOS 12, and watchOS 5. Additionally, this change ensures that new platforms like Apple Silicon macOS / Mac Catalyst, and simulators running on Apple Silicon alway use LC_BUILD_VERSION with the OS version set to the minimum supported OS version if the deployment target version is older.

Diff Detail

Event Timeline

arphaman created this revision.Jun 29 2020, 9:10 PM
This revision is now accepted and ready to land.Jun 30 2020, 9:49 AM
This revision was automatically updated to reflect the committed changes.