Lang Hames has given the “looks good to me” for these lld changes. But Rafael and Rui should OK these too.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
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!
Comment Actions
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.
error's first parameter can be ErrorOr<T>, so it can be
I'm sorry that I didn't mention this in the previous review.