[PATCH] D35938: [ELF] - Remove ObjFile<ELFT>::Instances and introduce std::vector<InputFIle*> ObjFiles instead.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 28 03:55:32 PDT 2017


grimar abandoned this revision.
grimar added a comment.

In https://reviews.llvm.org/D35938#822934, @ruiu wrote:

> This patch sacrifices consistency for removing template, which I don't think a good idea.


What about https://reviews.llvm.org/D35987 ? It should address your comment.


https://reviews.llvm.org/D35938





More information about the llvm-commits mailing list