[LLDB] Fix 582582fb474b8cd4103e65c3e5a705b3aff61794
authorwalter erquinigo <walter@modular.com>
Mon, 26 Jun 2023 18:15:14 +0000 (13:15 -0500)
committerwalter erquinigo <walter@modular.com>
Mon, 26 Jun 2023 18:16:57 +0000 (13:16 -0500)
commitfec7c313ab97d67f1335a4b0a8d12e63d517d0a4
tree9629501df42115bfde25b87696e515daddd266a7
parent9442e81f02a7e83132432269c9ada7c03eab7a38
[LLDB] Fix 582582fb474b8cd4103e65c3e5a705b3aff61794

This issue has been seen in

- https://lab.llvm.org/buildbot/#/builders/17/builds/39525
- https://lab.llvm.org/buildbot/#/builders/68/builds/55140

The reason is that a new language tag has been added for Mojo, but other recent languages need to be added to the language array so that a name lookup array doesn't have gaps.

`ninja check-lldb-shell-process` now passes.
lldb/include/lldb/lldb-enumerations.h
lldb/source/Target/Language.cpp