[all-commits] [llvm/llvm-project] ba8907: [nfc] llvm-dwarfdump: DWARFAbbreviationDeclaration...

Jan Kratochvil via All-commits all-commits at lists.llvm.org
Mon Mar 8 23:32:28 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ba8907bf6f2cf5ca2f6d92a6dfe7bc9cf74f003f
      https://github.com/llvm/llvm-project/commit/ba8907bf6f2cf5ca2f6d92a6dfe7bc9cf74f003f
  Author: Jan Kratochvil <jan.kratochvil at redhat.com>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

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

  Log Message:
  -----------
  [nfc] llvm-dwarfdump: DWARFAbbreviationDeclaration::AttributeSpec -> DWARFAttribute

`AttributeSpec` does not contain values while `DWARFAttribute` already
does. Therefore one no longer needs to pass `uint64_t *OffsetPtr`.

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




More information about the All-commits mailing list