[PATCH] D44187: Simplify LazyobjFile and readElfSymbols.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 6 20:07:29 PST 2018


ruiu created this revision.
ruiu added a reviewer: espindola.
Herald added subscribers: arichardson, emaste.

addElfSymbols and readJustSymbolsFile still has duplicate code, but
I didn't come up with a good idea to eliminate them. Since this patch
is an improvement, I'm sending this for review.


https://reviews.llvm.org/D44187

Files:
  lld/ELF/InputFiles.cpp
  lld/ELF/InputFiles.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44187.137321.patch
Type: text/x-patch
Size: 3867 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180307/cec9863b/attachment.bin>


More information about the llvm-commits mailing list