This is an archive of the discontinued LLVM Phabricator instance.

[llvm][ARM] Remove non-existent arm1176j-s CPU
ClosedPublic

Authored by DavidSpickett on May 24 2021, 6:54 AM.

Details

Summary

This was removed in https://reviews.llvm.org/D52594 for clang.

The one test using it has been updated to use the mpcore
CPU as the linked clang change does.

This is part of fixing https://bugs.llvm.org/show_bug.cgi?id=50454.

Diff Detail

Event Timeline

DavidSpickett created this revision.May 24 2021, 6:54 AM
DavidSpickett requested review of this revision.May 24 2021, 6:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2021, 6:54 AM
peter.smith accepted this revision.May 24 2021, 8:47 AM

I can confirm that there is no arm1176j-s, all Arm 1176 processors had trustzone, denoted by z.

This revision is now accepted and ready to land.May 24 2021, 8:47 AM
This revision was automatically updated to reflect the committed changes.