[PATCH] D35352: [ELF] - Implement filter library support (-F / --filter)

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 13 09:11:56 PDT 2017


ruiu added a comment.

The similarity in semantics doesn't imply that they should be represented as one unified list in code. It looks like representing them as plain StringRef vectors is more straightforward.


https://reviews.llvm.org/D35352





More information about the llvm-commits mailing list