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

Ed Maste via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 5 12:43:32 PST 2016


>> 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?


More information about the cfe-commits mailing list