[PATCH] D76739: [llvm-objdump] Replace array_pod_sort with llvm::stable_sort

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 26 02:07:53 PDT 2020


jhenderson added inline comments.


================
Comment at: llvm/tools/llvm-objdump/llvm-objdump.cpp:1207
+  // cause more than one section at the same address. Use a stable sort to
+  // stabalize the output.
   std::vector<std::pair<uint64_t, SectionRef>> SectionAddresses;
----------------
Here and below: stabalize -> stabilize.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76739





More information about the llvm-commits mailing list