[all-commits] [llvm/llvm-project] ab9c21: [lld-macho] Support LC_ENCRYPTION_INFO
Jez Ng via All-commits
all-commits at lists.llvm.org
Wed Apr 21 10:41:16 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ab9c21bbab38cd8e3abdc2226a02d67b3327207c
https://github.com/llvm/llvm-project/commit/ab9c21bbab38cd8e3abdc2226a02d67b3327207c
Author: Jez Ng <jezng at fb.com>
Date: 2021-04-21 (Wed, 21 Apr 2021)
Changed paths:
M lld/MachO/Config.h
M lld/MachO/Driver.cpp
M lld/MachO/Options.td
M lld/MachO/SyntheticSections.cpp
M lld/MachO/Target.h
M lld/MachO/Writer.cpp
A lld/test/MachO/encryption-info.s
Log Message:
-----------
[lld-macho] Support LC_ENCRYPTION_INFO
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.
Reviewed By: #lld-macho, thakis
Differential Revision: https://reviews.llvm.org/D100973
More information about the All-commits
mailing list