This is an archive of the discontinued LLVM Phabricator instance.

[llvm-objcopy][MachO] Copy LC_ENCRYPT_INFO/LC_ENCRYPT_INFO_64 load commands
ClosedPublic

Authored by alexander-shaposhnikov on Apr 16 2020, 5:14 PM.

Details

Summary

Copy LC_ENCRYPT_INFO/LC_ENCRYPT_INFO_64 load commands.

Test plan: make check-all

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: abrachet. · View Herald Transcript

I'm good with this from the Mach-O perspective.

jhenderson accepted this revision.Apr 20 2020, 1:04 AM

LGTM, with nit.

llvm/tools/llvm-objcopy/MachO/MachOLayoutBuilder.cpp
322

Nit: ", moreover, " -> ". Moreover, "

This revision is now accepted and ready to land.Apr 20 2020, 1:04 AM
This revision was automatically updated to reflect the committed changes.