[PATCH] D36520: [ELF] - Implemented GC for common symbols.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 9 11:59:52 PDT 2017


ruiu added a comment.

I think this patch needs rewriting because it uses a callback function where you don't actually have to and uses Offset as a different meaning than it should be. I'll send you an updated one.


https://reviews.llvm.org/D36520





More information about the llvm-commits mailing list