[lld] r258672 - [ELF] - Symbols from object files that override symbols in DSO are added to .dynsym table.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 25 11:39:18 PST 2016
>You could just roll these two conditions into one:
>
>if (isShared() != Other->isShared() && isa<DefinedRegular<ELFT>>(...))
May be, but it is too long to fit the single line anyways. IMO there is no big difference here.
George.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160125/fd6f7121/attachment.html>
More information about the llvm-commits
mailing list