[PATCH] D54674: [llvm-objcopy] First bits for MachO

Xing via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 17 22:28:32 PST 2018


Higuoxing added inline comments.


================
Comment at: tools/llvm-objcopy/MachO/Object.h:121
+ * encoding when a column changes.  In addition simple patterns
+ * like for runs of pointers initialzed to the same value can be
+ * encoded in a few bytes.
----------------
Here's a small typo: `initialized`


Repository:
  rL LLVM

https://reviews.llvm.org/D54674





More information about the llvm-commits mailing list