[PATCH] D96164: [lld-macho] add code signature for native arm64 macOS
Thorsten via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 11 12:55:31 PST 2021
tschuett added a comment.
flags: 0x20002, // adhoc | linkerSigned (0b10)
from cs_blobs.h
#define CS_ADHOC 0x00000002 /* ad hoc signed */
#define CS_LINKER_SIGNED 0x00020000 /* Automatically signed by the linker */
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