This is an archive of the discontinued LLVM Phabricator instance.

tvos_version_min and watchos_version_min flag
Needs ReviewPublic

Authored by carlokok on Jun 3 2019, 11:54 PM.

Details

Summary

This introduces the tvos_version_min and watchos_version_min flags, mirroring what ld64 does here.

Diff Detail

Repository
rLLD LLVM Linker

Event Timeline

carlokok created this revision.Jun 3 2019, 11:54 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 3 2019, 11:54 PM
kristina added a subscriber: kristina.

As trivial as it may seem, this is missing tests, even if it's for a few flags. Also please try to include context with your patches as it makes them much easier to review. If you have some sort of plan for actually bringing Mach-O LLD closer to ld64 feature-wise, I think llvm-dev may be a good place to actually outline your plan for this, which will give everyone a more clear picture of what future changes you have planned in mind.