[PATCH] D45519: [ELF] - Change the way of sorting local symbols.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 11 17:10:55 PDT 2018


ruiu added a comment.

Strictly speaking, this is a violation of the rule that we shouldn't use a hash table for symbols other than the Symbol Table. Is there any way to avoid using a new hash table?


https://reviews.llvm.org/D45519





More information about the llvm-commits mailing list