[NetBSD] Use cortex-a8 as default CPU for ARMv7
authorJoerg Sonnenberger <joerg@bec.de>
Thu, 18 Feb 2021 00:53:04 +0000 (01:53 +0100)
committerJoerg Sonnenberger <joerg@bec.de>
Thu, 18 Feb 2021 00:53:04 +0000 (01:53 +0100)
commit2628e9146120507b2cf025f5c4ccc857cc3724c4
tree77310616811f834bda25746aa982a7c2f2f6468a
parent48d2e04152366890e0b219a5f7c6f5b4905af480
[NetBSD] Use cortex-a8 as default CPU for ARMv7

This matches the platform default for GCC. It primarily matters when the
integrated assembler is not used as there is no default CPU defined for
ARMv7-A and GNU as is upset with -mcpu=generic.
clang/test/Driver/netbsd.c
llvm/lib/Support/Triple.cpp