[all-commits] [llvm/llvm-project] f20e6c: [DWARFYAML] Abbrev codes in a new abbrev table sho...

Xing GUO via All-commits all-commits at lists.llvm.org
Fri Aug 28 06:18:44 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f20e6c7253859454c2f39adae19d80a31a0456a9
      https://github.com/llvm/llvm-project/commit/f20e6c7253859454c2f39adae19d80a31a0456a9
  Author: Xing GUO <higuoxing at gmail.com>
  Date:   2020-08-28 (Fri, 28 Aug 2020)

  Changed paths:
    M llvm/lib/ObjectYAML/DWARFEmitter.cpp
    M llvm/test/tools/yaml2obj/ELF/DWARF/debug-abbrev.yaml

  Log Message:
  -----------
  [DWARFYAML] Abbrev codes in a new abbrev table should start from 1 (by default).

The abbrev codes in a new abbrev table should start from 1 (by default),
rather than inherit the value from the code in the previous table.

Reviewed By: jhenderson

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




More information about the All-commits mailing list