[PATCH] D22473: [compiler-rt] Fix target architecture matching

Francis Ricci via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 18 14:17:57 PDT 2016


fjricci added a comment.

Yes. So in that case, it will still fail to find and build for the `armv7` arch, as before, the cmake run will just not fail. Given that this check is for when the architecture is explicitly specified by the user, if one wanted to ensure matching with `arm`, they could provide `arm` instead of `armv7` on the cmake command line.


https://reviews.llvm.org/D22473





More information about the llvm-commits mailing list