Skip to content

Commit 57cf199

Browse files
authored
[llvm][ARM] Missing switch statement handles (#116086)
PR #115153 added enums which needed to be handled in a switch statement. This trips up buildbot.
1 parent 92604cf commit 57cf199

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/lib/Target/ARM/ARMSubtarget.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,9 @@ void ARMSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) {
292292
case CortexR5:
293293
case CortexR7:
294294
case CortexM3:
295+
case CortexM55:
295296
case CortexM7:
297+
case CortexM85:
296298
case CortexR52:
297299
case CortexR52plus:
298300
case CortexX1:

0 commit comments

Comments
 (0)