[PATCH] D102974: [lld-macho][nfc] Remove unnecessary parameterization of section sort
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 23 10:36:49 PDT 2021
int3 marked an inline comment as done.
int3 added inline comments.
================
Comment at: lld/MachO/OutputSegment.cpp:98
+ // address range from the start of the first thread-local data section to
+ // the end of the last one. We therefore arrange these sections contiguously
+ // to minimize the amount of memory used. Additionally, since zerofill
----------------
thakis wrote:
> wrap to 80
it's already wrapped at 80 :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102974/new/
https://reviews.llvm.org/D102974
More information about the llvm-commits
mailing list