[cfe-commits] [PATCH] Pass -march, -mcpu, -mfpu to linuxtools assembler

Evgeniy Stepanov eugeni.stepanov at gmail.com
Fri Apr 6 05:25:24 PDT 2012


Hi,

this patch adds -march, -mcpu, -mfpu arguments to the assembler
command line. This is needed for the case when target triple is not
specific enough (like "-triple arm-linux -mfpu=neon"), and the source
(an assembly file) contains, for example, FPU-specific instructions.

Please review.



More information about the cfe-commits mailing list