[PATCH] D11188: [LLD] New ELF implementation

Michael Spencer bigcheesegs at gmail.com
Tue Jul 14 15:16:51 PDT 2015


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.


http://reviews.llvm.org/D11188







More information about the llvm-commits mailing list