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

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 27 09:48:49 PDT 2017


ruiu added a comment.

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


https://reviews.llvm.org/D35938





More information about the llvm-commits mailing list