[PATCH] D67137: [llvm-objcopy] Support --only-keep-debug
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 30 11:22:00 PDT 2019
MaskRay added inline comments.
================
Comment at: llvm/tools/llvm-objcopy/ELF/Object.cpp:1961
+ // The first section in a PT_LOAD has to have congruent offset and address
+ // modulo the alignment, which usually equals to the maximum page size.
+ if (FirstSec && FirstSec == &Sec)
----------------
jhenderson wrote:
> Nit: "equals to" -> "equals" or "is equal to"
Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67137/new/
https://reviews.llvm.org/D67137
More information about the llvm-commits
mailing list