[PATCH] D30348: De-template DefinedRegular.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 28 11:24:51 PST 2017
Ping?
On Mon, Feb 27, 2017 at 11:44 AM, Bob Haarman via Phabricator <
reviews at reviews.llvm.org> wrote:
> inglorion added inline comments.
>
>
> ================
> Comment at: lld/ELF/MarkLive.cpp:47
> // was resolved to an offset within a section.
> template <class ELFT> struct ResolvedReloc {
> InputSectionBase *Sec;
> ----------------
> You should be able to de-template this struct, too. Since it's only used
> locally, want to just do that in the same patch?
>
>
> https://reviews.llvm.org/D30348
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170228/8f3cfbbc/attachment.html>
More information about the llvm-commits
mailing list