[PATCH] D50899: [LLD][ELF] - Check the architecture of lazy objects earlier.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 20 20:30:23 PDT 2018


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: ELF/InputFiles.h:275
 private:
-  template <class ELFT> void addElfSymbols();
 
   uint64_t OffsetInArchive;
----------------
Remove the blank line.


https://reviews.llvm.org/D50899





More information about the llvm-commits mailing list