Lang Hames has given the “looks good to me” for these lld changes. But Rafael and Rui should OK these too.
Diff Detail
Event Timeline
Updated the few nits that Rui pointed out. Also cleaned up further the code in
ArchiveFile::getMembers() on line 75 of ELF/InputFiles.cpp to use the same
error() like call to and replace the “if and break”. Thanks Rui!
This final patch includes many suggested updates from Rafael Espindola emails. Rafael's last email contained:
On Nov 5, 2015, at 6:48 AM, Rafael Espíndola <rafael.espindola@gmail.com> wrote:
LGTM with the "exit with 0 on error" issues fixed.
can it be "const auto &"