[all-commits] [llvm/llvm-project] 9f5ef4: [LLDB] Add minimal support for the new Mojo language

Walter Erquinigo via All-commits all-commits at lists.llvm.org
Fri May 5 18:35:34 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9f5ef42cbd355fcdbda5ced9ccd21cb65dd67d0f
      https://github.com/llvm/llvm-project/commit/9f5ef42cbd355fcdbda5ced9ccd21cb65dd67d0f
  Author: walter erquinigo <walter at modular.com>
  Date:   2023-05-05 (Fri, 05 May 2023)

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

  Log Message:
  -----------
  [LLDB] Add minimal support for the new Mojo language

Modular just announced a new language called Mojo. This patch adds an entry in the language list in LLDB for minimal support (e.g. being able to create a TypeSystem for this language). We will later add debug info entries when the language matures.




More information about the All-commits mailing list