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

ben via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 21 11:50:46 PDT 2017


bd1976llvm added a comment.

Having thought about this I still think that we want this patch.

Even if we push the check for dead symbols up the stack we still want to test the Live bit to determine if the symbol is dead.


https://reviews.llvm.org/D38136





More information about the llvm-commits mailing list