[all-commits] [llvm/llvm-project] e8f3cc: [LLVM][DWARF] Add support for .debug_names with sp...
Alexander Yermolovich via All-commits
all-commits at lists.llvm.org
Mon Dec 4 13:56:34 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e8f3ccd2737c638fafae7c5bf13cd2e913ef0f86
https://github.com/llvm/llvm-project/commit/e8f3ccd2737c638fafae7c5bf13cd2e913ef0f86
Author: Alexander Yermolovich <43973793+ayermolo at users.noreply.github.com>
Date: 2023-12-04 (Mon, 04 Dec 2023)
Changed paths:
M llvm/include/llvm/CodeGen/AccelTable.h
M llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp
M llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
M llvm/test/DebugInfo/X86/debug-names-types.ll
Log Message:
-----------
[LLVM][DWARF] Add support for .debug_names with split dwarf (#73872)
Enables Type Units with DWARF5 accelerator tables for split dwarf. It is
still
under discussion what is the best way to implement support for
de-duplication in
DWP. This will be in follow up PR.
More information about the All-commits
mailing list