[PATCH] D31546: Remove InputFiles::LogName.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 31 12:19:22 PDT 2017


ruiu created this revision.

LogName member was added to construct input file names for logging
only once. This patch does this in a different way. Now toString
caches its results.


https://reviews.llvm.org/D31546

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31546.93690.patch
Type: text/x-patch
Size: 11557 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170331/e3af1cef/attachment.bin>


More information about the llvm-commits mailing list