[PATCH] D16864: ELF: Make Out<ELFT> initialization less error-prone.
Sean Silva via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 5 15:19:55 PST 2016
silvas added a comment.
This doesn't really seem to address the issue that concerned me that I brought up in the post-commit of r259444. The issue is that there is no single point of truth for resetting all the things inside Out.
I mean, the change seems like an okay cleanup, but it seems somewhat orthogonal to what I was saying.
http://reviews.llvm.org/D16864
More information about the llvm-commits
mailing list