[PATCH] D15899: Add -fno-movt frontend option, to disable movt/movw on ARM

Eric Christopher via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 5 12:44:59 PST 2016


On Tue, Jan 5, 2016 at 12:43 PM Ed Maste <emaste at freebsd.org> wrote:

> >> 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.
>
> Presumably -ffixed_r9 should become -mfixed_r9 as well?
>

That's a bit different in that it matches the -ffixed-<reg> command line
option from gcc - just hardcoded to r9.

-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160105/faca2ee1/attachment.html>


More information about the cfe-commits mailing list