[PATCH] D102974: [lld-macho][nfc] Remove unnecessary parameterization of section sort

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 23 10:13:54 PDT 2021


thakis accepted this revision.
thakis added a comment.
This revision is now accepted and ready to land.

Sounds good :)



================
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
----------------
wrap to 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