Add support for min os version load commands.
Test plan: make check-all
Differential D69419
[llvm-objcopy][MachO] Add support for min os version load commands alexshap on Oct 24 2019, 5:38 PM. Authored by
Details Add support for min os version load commands. Test plan: make check-all
Diff Detail
Event TimelineComment Actions LGTM ... seems like a trivial change that matches the existing handling of LC_VERSION_MIN_MACOSX (and adds test coverage as an added bonus). |