[PATCH] D18086: Fix default processor name for armv6k.

Johannes Schickel via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 21 17:45:48 PDT 2016


LordHoto added a comment.

Yup those are the Clang tests I talk about. The first one is incorrect already because it relies on the wrong CPU name. The second one is a bit more tricky, because now the same default CPU is used for armv6kz and armv6k, which makes the code pick whatever is first and not whatever features a richer instruction set.


http://reviews.llvm.org/D18086





More information about the llvm-commits mailing list