[PATCH] D14570: Handle ARMv6KZ naming

A. Skrobov via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 12 07:37:34 PST 2015


tyomitch added a comment.

In http://reviews.llvm.org/D14570#288022, @joerg wrote:

> The specific CPU was only chosen to match what the backend supported at the time. As long as the feature set is identical, it doesn't really matter.


The feature set isn't quite identical; default ARMv6 CPU for non-NetBSD targets is "arm1136jf-s", which differs from "arm1176jzf-s" by not having the HasV6KOps and FeatureTrustZone backend features.

I don't understand why NetBSD is special in this respect; but anyway, my patch preserves its special handling.


http://reviews.llvm.org/D14570





More information about the cfe-commits mailing list