[all-commits] [llvm/llvm-project] fb9a85: [BOLT][DWARF] Fix handling of debug_str_offsets (#...

Alexander Yermolovich via All-commits all-commits at lists.llvm.org
Mon Dec 11 15:56:45 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fb9a8512240a44f5d1f03bb5e524b42e0946c689
      https://github.com/llvm/llvm-project/commit/fb9a8512240a44f5d1f03bb5e524b42e0946c689
  Author: Alexander Yermolovich <43973793+ayermolo at users.noreply.github.com>
  Date:   2023-12-11 (Mon, 11 Dec 2023)

  Changed paths:
    M bolt/include/bolt/Core/DebugData.h
    M bolt/lib/Core/DebugData.cpp
    M bolt/lib/Rewrite/DWARFRewriter.cpp
    A bolt/test/X86/dwarf5-two-cu-str-offset-table.test

  Log Message:
  -----------
  [BOLT][DWARF] Fix handling of debug_str_offsets (#75100)

We were not setting size field of .debug_str_offsets correctly. Fixed
it, and added a test.




More information about the All-commits mailing list