[PATCH] D100973: [lld-macho] Support LC_ENCRYPTION_INFO

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 21 09:57:35 PDT 2021


int3 created this revision.
int3 added a reviewer: lld-macho.
Herald added a subscriber: dang.
Herald added a project: lld-macho.
int3 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This load command records a range spanning from the end of the load
commands to the end of the `__TEXT` segment. Presumably the kernel will encrypt
all this data.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D100973

Files:
  lld/MachO/Config.h
  lld/MachO/Driver.cpp
  lld/MachO/Options.td
  lld/MachO/SyntheticSections.cpp
  lld/MachO/Target.h
  lld/MachO/Writer.cpp
  lld/test/MachO/encryption-info.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100973.339289.patch
Type: text/x-patch
Size: 7343 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210421/bc9ddc17/attachment.bin>


More information about the llvm-commits mailing list