[PATCH] D65539: [llvm-objcopy][MachO] Implement a layout algorithm for executables
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 6 04:35:04 PDT 2019
jhenderson added inline comments.
================
Comment at: llvm/test/tools/llvm-objcopy/MachO/basic-executable-copy.test:1-2
+## This test verifies that llvm-objcopy copies an executable properly. This
+## test uses llvm-readobj instead of cmp because some part of the object
+## (e.g., the string table) are not identical; the output file is correct but
----------------
Replace the second "This test" with "It uses"
some part -> some parts
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65539/new/
https://reviews.llvm.org/D65539
More information about the llvm-commits
mailing list