[PATCH] D109840: Add MachO signature verification test

Vincent Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 15 11:57:22 PDT 2021


thevinster added inline comments.


================
Comment at: lld/test/MachO/Inputs/code-signature-check.py:10
+import typing
+
+class CodeDirectoryVersion:
----------------
int3 wrote:
> can we have a docstring describing what this script does?
+1 - Usage of the script would also be nice for future reader. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109840



More information about the llvm-commits mailing list