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

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 13 16:53:32 PDT 2017


Is the order important across options?

What should we get for "-f foo -F bar -f zed"?

Cheers,
Rafael

George Rimar via Phabricator <reviews at reviews.llvm.org> writes:

> grimar added a comment.
>
> In https://reviews.llvm.org/D35352#808142, @ruiu wrote:
>
>> It looks like representing them as plain StringRef vectors is more straightforward.
>
>
> That's probably true. I'll do that change.
>
>
> https://reviews.llvm.org/D35352


More information about the llvm-commits mailing list