This is an archive of the discontinued LLVM Phabricator instance.

[llvm-objcopy][MachO] Add support for min os version load commands
ClosedPublic

Authored by alexander-shaposhnikov on Oct 24 2019, 5:38 PM.

Details

Summary

Add support for min os version load commands.

Test plan: make check-all

Diff Detail

Repository
rL LLVM

Event Timeline

Herald added a project: Restricted Project. · View Herald Transcript
smeenai accepted this revision.Oct 24 2019, 6:45 PM

LGTM ... seems like a trivial change that matches the existing handling of LC_VERSION_MIN_MACOSX (and adds test coverage as an added bonus).

This revision is now accepted and ready to land.Oct 24 2019, 6:45 PM
seiya accepted this revision.Oct 25 2019, 4:01 AM

LGTM too.

compnerd accepted this revision.Oct 25 2019, 8:41 AM
mtrent accepted this revision.Oct 25 2019, 11:10 AM