[PATCH] D96164: [lld-macho] add code signature for native arm64 macOS

Greg McGary via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 15 10:09:38 PST 2021


gkm added a comment.

In D96164#2563794 <https://reviews.llvm.org/D96164#2563794>, @tschuett wrote:

> https://github.com/llvm/llvm-project/blob/main/llvm/include/llvm/BinaryFormat/MachO.h
> seems to be inspired by the Apple headers. It is not a one-to-one copy.

This seems like a good option to me: don't import `cs_blobs.h` at all, but rather adapt & append the necessary codesigning definitions to existing `llvm/include/llvm/BinaryFormat/MachO.h`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96164/new/

https://reviews.llvm.org/D96164



More information about the llvm-commits mailing list