[all-commits] [llvm/llvm-project] 25f3cc: [elf2yaml] Fix dumping a debug section whose name ...

Xing GUO via All-commits all-commits at lists.llvm.org
Wed Sep 9 05:08:07 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 25f3cc0ced1759af1911c2446ac40fab4f5e5571
      https://github.com/llvm/llvm-project/commit/25f3cc0ced1759af1911c2446ac40fab4f5e5571
  Author: Xing GUO <higuoxing at gmail.com>
  Date:   2020-09-09 (Wed, 09 Sep 2020)

  Changed paths:
    A llvm/test/tools/obj2yaml/ELF/DWARF/unrecognized-debug-section.yaml
    M llvm/tools/obj2yaml/elf2yaml.cpp

  Log Message:
  -----------
  [elf2yaml] Fix dumping a debug section whose name is not recognized.

If the debug section's name isn't recognized, it should be
dumped as a raw content section.

Reviewed By: jhenderson, grimar

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




More information about the All-commits mailing list