[all-commits] [llvm/llvm-project] 93bc57: [DWARFYAML][debug_gnu_*] 'Descriptor' field should...

Xing GUO via All-commits all-commits at lists.llvm.org
Wed Jun 24 17:17:16 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 93bc571d472dddc188b0d169af38dc3eff128bb6
      https://github.com/llvm/llvm-project/commit/93bc571d472dddc188b0d169af38dc3eff128bb6
  Author: Xing GUO <higuoxing at gmail.com>
  Date:   2020-06-25 (Thu, 25 Jun 2020)

  Changed paths:
    M llvm/lib/ObjectYAML/DWARFEmitter.cpp

  Log Message:
  -----------
  [DWARFYAML][debug_gnu_*] 'Descriptor' field should be 1-byte. NFC.

The 'Descriptor' field of .debug_gnu_pubnames and .debug_gnu_pubtypes
section should be 1-byte rather than 4-byte. This patch helps resolve
this issue.




More information about the All-commits mailing list