[PATCH] D38136: [ELF] Simplify handling of removed sections

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 21 10:30:53 PDT 2017


ruiu added a comment.

I'm not sure if this is an improvement. Essentially, we shouldn't call getSymVA on dead symbols (or, more strictly speaking, symbols pointing to dead sections), and I don't think we want to allow it.


https://reviews.llvm.org/D38136





More information about the llvm-commits mailing list