[lld] r267183 - ELF: Move Visibility, IsUsedInRegularObj and MustBeInDynSym flags to Symbol.
Peter Collingbourne via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 22 13:03:58 PDT 2016
On Fri, Apr 22, 2016 at 12:15 PM, Rafael EspĂndola <
rafael.espindola at gmail.com> wrote:
> > // We set UsedInRegularObj in a similar way to what is done with
> shared
> > // symbols and copy information to reduce how many special cases are
> needed.
> > if (Undef->isWeak()) {
> > - L->setUsedInRegularObj();
>
> The comment is now out of date. Could you please update it to say why
> you don't need to set it? :-)
>
r267200.
Thanks,
--
Peter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160422/0cbc2710/attachment.html>
More information about the llvm-commits
mailing list