[PATCH] D109972: Regenerate LC_CODE_SIGNATURE during llvm-objcopy operations
Michael Trent via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 1 16:11:37 PDT 2021
mtrent added a comment.
In D109972#3013964 <https://reviews.llvm.org/D109972#3013964>, @drodriguez wrote:
> @mtrent: I noticed that change around the time of Xcode 12 (thanks!). However, even if the headers were available, I don't think LLVM would accept it as a dependency. What we are trying to do here is similar, with a common piece of code that handles the generation of these parts of the MachO binary. In the future, if it needs to be modified for some reason, all the tools should enjoy the improvements after a recompilation, instead of chasing down every tool implementation and modifying them.
That's fine. I'm just explaining that the code directory format is not part of/defined by the Mach-O file format.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109972/new/
https://reviews.llvm.org/D109972
More information about the llvm-commits
mailing list