[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 13:43:16 PST 2017


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

> ruiu added a comment.
>
> Did you mean we emit an error for `-R`?

Both. Keep them as alias. That way we produce an error if someone tries
to create a rpath to a file and require the --just-symbols spelling for
that option.

Cheers,
Rafael


More information about the llvm-commits mailing list