[PATCH] D35987: [ELF] - Introduce `std::vector<InputFile *> InputFiles` global array.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 28 10:37:43 PDT 2017


ruiu added a comment.

Hmm, this also looks odd to me. At least it's not straightforward. You put everything in one bag and then search from the bag, while you could separate them from beginning


https://reviews.llvm.org/D35987





More information about the llvm-commits mailing list