[PATCH] D11188: [LLD] New ELF implementation

Eric Christopher echristo at gmail.com
Tue Jul 14 15:29:41 PDT 2015


On Tue, Jul 14, 2015 at 3:28 PM Michael Spencer <bigcheesegs at gmail.com>
wrote:

> Bigcheese added inline comments.
>
> ================
> Comment at: ELF/Chunks.cpp:27
> @@ +26,3 @@
> +template <class ELFT>
> +SectionChunk<ELFT>::SectionChunk(elfv2::ObjectFile<ELFT> *F, const
> Elf_Shdr *H,
> +                                 uint32_t SI)
> ----------------
> ruiu wrote:
> > You can remove "elfv2::".
> ObjectFile is also a name in llvm::object.
>

For fun, elfv2 is the name of a ppc64 abi.

-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150714/ac6618e0/attachment.html>


More information about the llvm-commits mailing list