We encountered the same failure as https://reviews.llvm.org/D22435. Original bug tracked in https://bugs.llvm.org/show_bug.cgi?id=28102
@cperfetto provided a potential solution to remove the unreachable MBBs reference in the jump table. (Comment 27 and Comment 28)
We have confirmed the assertion issue fixed with this patch.
clang-tidy: warning: invalid case style for function 'RemoveMBBFromJumpTables' [readability-identifier-naming]
not useful