[DWARFYAML][debug_gnu_*] 'Descriptor' field should be 1-byte. NFC.
authorXing GUO <higuoxing@gmail.com>
Thu, 25 Jun 2020 00:06:56 +0000 (08:06 +0800)
committerXing GUO <higuoxing@gmail.com>
Thu, 25 Jun 2020 00:21:13 +0000 (08:21 +0800)
commit93bc571d472dddc188b0d169af38dc3eff128bb6
tree812a04e6b0bbcf5ddc667d18ba1e90e190f45b9a
parentd891d738d9b8d87897d9309da98692133b7ba46a
[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.
llvm/lib/ObjectYAML/DWARFEmitter.cpp