On Thu, Aug 6, 2015 at 4:49 PM, Ben Langmuir <blangm...@apple.com> wrote:

> benlangmuir added inline comments.
>
> ================
> Comment at: lib/Basic/Targets.cpp:4552
> @@ -4551,2 +4551,3 @@
>          .Case("arm", true)
> +        .Case("aarch32", true)
>          .Case("softfloat", SoftFloat)
> ----------------
> rsmith wrote:
> > Should we also recognize "arm32" to better mirror the 64-bit case?
> Kristof convinced me it was better to stick with aarch32 since it had a
> defined meaning unlike arm32 (and unlike arm64 there is no compatibility or
> historical reason for it).


OK, SGTM
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to