Skip to content

Commit

Permalink
[llvm][ARM] Missing switch statement handles (#116086)
Browse files Browse the repository at this point in the history
PR #115153 added enums which needed to be handled in a switch statement.
This trips up buildbot.
  • Loading branch information
nasherm authored Nov 13, 2024
1 parent 92604cf commit 57cf199
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions llvm/lib/Target/ARM/ARMSubtarget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,9 @@ void ARMSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) {
case CortexR5:
case CortexR7:
case CortexM3:
case CortexM55:
case CortexM7:
case CortexM85:
case CortexR52:
case CortexR52plus:
case CortexX1:
Expand Down

0 comments on commit 57cf199

Please sign in to comment.