[PATCH] D40558: [ELF] - Trigger error when -R <filename> is given.

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 28 12:27:44 PST 2017


Rui Ueyama via Phabricator <reviews at reviews.llvm.org> writes:

> ruiu added a comment.
>
> I'm not a fan of this patch. Even though it is traditionally implemented in other linkers, this behavior looks too hairy.

What about just issuing an error for "-rpath <filename>"? That is a
reasonable sanity check, no?

Cheers,
Rafael


More information about the llvm-commits mailing list