[PATCH] D52594: [ARM] Remove non-existent cpu arm1176j-s and use mpcore for v6k

Stefan Agner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 27 07:47:46 PDT 2018


falstaff84 accepted this revision.
falstaff84 added a comment.
This revision is now accepted and ready to land.

With that building `CONFIG_ARCH_MULTI_V6=y` seems to work. Also LLVM emits the correct CPU:

  ...
  	.cpu	mpcore
  ...


https://reviews.llvm.org/D52594





More information about the llvm-commits mailing list