[PATCH] D18086: Fix default processor name for armv6k.
İsmail Dönmez via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 16 05:05:10 PDT 2016
ismail added a subscriber: ismail.
ismail added a comment.
This breaks two tests:
/home/abuild/rpmbuild/BUILD/llvm-3.8.0.src/tools/clang/test/Driver/arm-cortex-cpus.c:76:15: error: expected string not found in input
// CHECK-V6K: "-cc1"{{.*}} "-triple" "armv6k-{{.*}} "-target-cpu" "arm1176j-s"
/home/abuild/rpmbuild/BUILD/llvm-3.8.0.src/tools/clang/test/Driver/biarch.c:11:11: error: expected string not found in input
// ARMV6: "-cc1" "-triple" "armv6kz--netbsd-eabihf"
http://reviews.llvm.org/D18086
More information about the llvm-commits
mailing list