[PATCH] D68087: [ELF] Set SectionBase::partition in processSectionCommands
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 26 10:15:02 PDT 2019
MaskRay added inline comments.
================
Comment at: ELF/LinkerScript.cpp:516
+ // Set the partition field as what OutputSection::recordSection() does.
+ // Partitions cannot be used with the SECTIONS command, so this is always
----------------
peter.smith wrote:
> Really trivial nit, I think the "as what" would be better as "the same way as" Suggest "Set the partition field the same way OutputSection::recordSection() does."
>
Thanks a lot!
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68087/new/
https://reviews.llvm.org/D68087
More information about the llvm-commits
mailing list