[all-commits] [llvm/llvm-project] 4d64fc: [DWARF][GDB INDEX] Fix to deal with constant pool ...

Alexander Yermolovich via All-commits all-commits at lists.llvm.org
Mon Mar 27 15:34:39 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4d64fcdd43a195302de216b57ddb685b1aafe297
      https://github.com/llvm/llvm-project/commit/4d64fcdd43a195302de216b57ddb685b1aafe297
  Author: Alexander Yermolovich <ayermolo at meta.com>
  Date:   2023-03-27 (Mon, 27 Mar 2023)

  Changed paths:
    M llvm/lib/DebugInfo/DWARF/DWARFGdbIndex.cpp
    A llvm/test/DebugInfo/Inputs/dwarfdump-gdbindex-v8.elf-x86-64
    A llvm/test/DebugInfo/dwarfdump-dump-gdbindex-v8.test

  Log Message:
  -----------
  [DWARF][GDB INDEX] Fix to deal with constant pool de-dupliation Summary:

GDB 11.2 generates V8 version of gdb-index where it de-duplicates entries in
constant pool based on cu indices. Changed how constant pool entries are counted
to account for this.

Differential Revision: https://reviews.llvm.org/D146852




More information about the All-commits mailing list