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

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 13 09:06:44 PDT 2017


grimar added a comment.

In https://reviews.llvm.org/D35352#808107, @ruiu wrote:

> I don't think merging AuxiliaryList with FilterList is a good idea. Can you represent them as two separate vectors?


I can do that change tomorrow, though I can't say I would prefer splitting them. 
This filters are very close: https://docs.oracle.com/cd/E19683-01/817-3677/chapter4-31738/index.html,
they have different behavior policies, but the same nature.


https://reviews.llvm.org/D35352





More information about the llvm-commits mailing list