[all-commits] [llvm/llvm-project] 08be77: [DWARF] Remove remnant .zdebug section recognition

Fangrui Song via All-commits all-commits at lists.llvm.org
Sat Jun 24 11:07:26 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 08be7791e195272dca8c9ecb075aa3d86569f9f8
      https://github.com/llvm/llvm-project/commit/08be7791e195272dca8c9ecb075aa3d86569f9f8
  Author: Fangrui Song <i at maskray.me>
  Date:   2023-06-24 (Sat, 24 Jun 2023)

  Changed paths:
    M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp

  Log Message:
  -----------
  [DWARF] Remove remnant .zdebug section recognition

There is a minor behavior difference that is not worth testing for the obsoleted
format. Previously, llvm-dwarfdump considers .zdebug_info as a debug section but
does not decompress it, leading to a warning when the content cannot be parsed.
Now llvm-dwarfdump just ignores the section without a warning.




More information about the All-commits mailing list