[all-commits] [llvm/llvm-project] 582582: [LLDB] Add DWARF definitions for the new Mojo lang...
Walter Erquinigo via All-commits
all-commits at lists.llvm.org
Mon Jun 26 09:33:55 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 582582fb474b8cd4103e65c3e5a705b3aff61794
https://github.com/llvm/llvm-project/commit/582582fb474b8cd4103e65c3e5a705b3aff61794
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
M llvm/include/llvm-c/DebugInfo.h
M llvm/include/llvm/BinaryFormat/Dwarf.def
M llvm/include/llvm/BinaryFormat/Dwarf.h
M llvm/lib/IR/DIBuilder.cpp
Log Message:
-----------
[LLDB] Add DWARF definitions for the new Mojo language
The new language Mojo recently received a proper DWARF code, which can be seen in https://dwarfstd.org/languages.html, and this patch adds the basic definitions for using this language in DWARF.
Differential Revision: https://reviews.llvm.org/D153073
More information about the All-commits
mailing list