[lld] r286451 - [ELF] - Allow separate form for -f (alias for -auxiliary).

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 10 06:36:34 PST 2016


On 10 November 2016 at 09:07, George Rimar via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: grimar
> Date: Thu Nov 10 08:07:15 2016
> New Revision: 286451
>
> URL: http://llvm.org/viewvc/llvm-project?rev=286451&view=rev
> Log:
> [ELF] - Allow separate form for -f (alias for -auxiliary).
>
> Without that FreeBSD port was failing with next confuxing error:
> /usr/bin/ld: error: unknown argument: -fstack-protector

That has to be a bug in the port. I am pretty sure they don't want to
say --auxiliary=stack-protector.

Given that it is an easy mistake to make, I think we are better with
-f being an error, no?

Cheers,
Rafael


More information about the llvm-commits mailing list