[PATCH] [ARM] Fix NEON being enabled with soft-float
Renato Golin
renato.golin at linaro.org
Tue Feb 11 03:22:48 PST 2014
Will this flag also appear in AArch32 command lines?
================
Comment at: lib/Driver/Tools.cpp:728
@@ +727,3 @@
+ // Also need to explicitly disable features which imply NEON.
+ Features.push_back("-crypto");
+ }
----------------
I'd have thought that crypto would be disabled by default without the need of a flag...
http://llvm-reviews.chandlerc.com/D2736
More information about the cfe-commits
mailing list