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

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 14 06:46:36 PST 2021


tschuett added inline comments.


================
Comment at: lld/MachO/SyntheticSections.cpp:925
+  write32be(&codeDirectory->flags,
+            0x20002); // adhoc | linkerSigned
+  write32be(&codeDirectory->hashOffset,
----------------
Would it help readability to change this to:
CS_ADHOC  | CS_LINKER_SIGNED ?


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