[PATCH] D37718: [ELF] Handle references to garbage collected common symbols

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 11 16:02:23 PDT 2017


ruiu added a comment.

I don't remember why we don't have this check in getSymVA() for DefinedRegularKind. Should we actually be returning 0 for DefinedRegular if sections are dead too?


https://reviews.llvm.org/D37718





More information about the llvm-commits mailing list