On Tue, Jan 5, 2016 at 12:29 PM Joerg Sonnenberger via cfe-commits <
cfe-commits@lists.llvm.org> wrote:

> On Tue, Jan 05, 2016 at 08:12:34PM +0000, Dimitry Andric via cfe-commits
> wrote:
> > In rL256641, @davide turned off movt generation by default for FreeBSD.
> > This was because our ld is very old, and did not support the relocations
> > for it.  However, Ian Lepore added the support very recently, so we
> > would like to revert rL256641, and replace it with a new `-fno-movt`
> > frontend option.  This way, it can be turned off when needed.
>
> Is there a precendent for the option name? It should be -m* and not -f*,
> since it is not target independent.
>
>
Yes, agreed, thanks for the catch Joerg.

-eric


> Joerg
> _______________________________________________
> cfe-commits mailing list
> cfe-commits@lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to