[PATCH] D14568: Handle ARMv6KZ naming

A. Skrobov via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 11 13:16:52 PST 2015


tyomitch added a comment.

In http://reviews.llvm.org/D14568#287420, @rengolin wrote:

> Same comment as the other similar review: what's the motivation behind this?
>
> I don't want to break legacy systems, I don't know what legacy systems there are out there using these names, and I don't want to find out by breaking their stuff and getting a bug report 6 months from now when all will be forgotten.
>
> I don't think having those extra names has such a big compile-time impact to warrant removal without a clear reason.


Same as for the other patch, all of these names will continue to be accepted as aliases, but only the ARMARM-endorsed would be used throughout the source code.


http://reviews.llvm.org/D14568





More information about the llvm-commits mailing list