[PATCH] D36963: Use sorting instead of a lot of stable_partitions for `ICF::segregate` function

Alex Telishev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 30 09:59:16 PDT 2017


alex.telishev added a comment.

Another thing I noticed is that I can't link lld with lld - it crashes in `markLive` function if /OPT:ref is enabled and in `SectionChunk::writeTo` otherwise because of `nullptr` `SymbolBody *Body`.


https://reviews.llvm.org/D36963





More information about the llvm-commits mailing list