This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Move Triple::getARMCPUForArch into ARMTargetParser
ClosedPublic

Authored by tmatheson on Nov 7 2022, 9:12 AM.

Details

Summary

This is very backend specific so either belongs in Toolchains/ARM or in
ARMTargetParser. Since it is used in lldb, ARMTargetParser made more sense.

This is part of an effort to move information about ARM/AArch64 architecture
versions, extensions and CPUs into their respective TargetParsers.

Diff Detail

Event Timeline

tmatheson created this revision.Nov 7 2022, 9:12 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 7 2022, 9:12 AM
tmatheson requested review of this revision.Nov 7 2022, 9:12 AM
Herald added projects: Restricted Project, Restricted Project, Restricted Project. · View Herald TranscriptNov 7 2022, 9:12 AM
lenary accepted this revision.Nov 7 2022, 9:34 AM
This revision is now accepted and ready to land.Nov 7 2022, 9:34 AM
This revision was automatically updated to reflect the committed changes.