[PATCH] D39950: [DebugInfo] Stable sort symbols to remove non-deterministic ordering

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 13 10:35:36 PST 2017


probinson added a comment.

So there can be multiple symbols with the same offset, in this list?  This change implies that the insertion order in the list is important and worth preserving.  Why do we know that's true?


Repository:
  rL LLVM

https://reviews.llvm.org/D39950





More information about the llvm-commits mailing list