[PATCH] D91127: [ELF] Use input order instead of pattern order within an input section description

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 11 03:23:06 PST 2020


grimar added inline comments.


================
Comment at: lld/ELF/LinkerScript.cpp:430
+  std::vector<size_t> indexes;
+  DenseSet<size_t> added;
+  auto sortByPositionThenCommandLine = [&](size_t begin, size_t end) {
----------------
The more common name in LLD for this would be `seen`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91127/new/

https://reviews.llvm.org/D91127



More information about the llvm-commits mailing list