[all-commits] [llvm/llvm-project] fec7c3: [LLDB] Fix 582582fb474b8cd4103e65c3e5a705b3aff61794

Walter Erquinigo via All-commits all-commits at lists.llvm.org
Mon Jun 26 11:17:11 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fec7c313ab97d67f1335a4b0a8d12e63d517d0a4
      https://github.com/llvm/llvm-project/commit/fec7c313ab97d67f1335a4b0a8d12e63d517d0a4
  Author: walter erquinigo <walter at modular.com>
  Date:   2023-06-26 (Mon, 26 Jun 2023)

  Changed paths:
    M lldb/include/lldb/lldb-enumerations.h
    M lldb/source/Target/Language.cpp

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list