remove-arm1176j-s
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Mon, 30 Dec 2019 14:31:05 +0000 (14:31 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Mon, 30 Dec 2019 14:31:05 +0000 (14:31 +0000)
commitaf5dbc7c7d0dba9971886154a1ab9ec4607d1d33
tree6de216f3d98a3c891259abd44bf2d0be1e9c8912
parent1720ce718504820af22d7b57e889c872b0649abe
remove-arm1176j-s

Taken from https://reviews.llvm.org/D52594 by peter.smith

The ARMTargetParser.def contains an entry for arm1176j-s which is the default
for the ArmV6K architecture. This cpu does not exist, there are only arm1176jz-s
and arm1176jzf-s and they are both architecture ArmV6KZ. The only CPUs that are
actually ArmV6K are the mpcore, mpcore_nofpu and later revisions of the arm1136
family r1px (which we don't have a table entry for).

Gbp-Pq: Name remove-arm1176j-s.patch
include/llvm/Support/ARMTargetParser.def
unittests/Support/TargetParserTest.cpp