[all-commits] [llvm/llvm-project] 97dbab: llvm-dwarfdump: fix the counting when printing DW_...

adrian-prantl via All-commits all-commits at lists.llvm.org
Thu Feb 11 11:17:41 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 97dbab879700fa51abe5f090ea31bfbed3483701
      https://github.com/llvm/llvm-project/commit/97dbab879700fa51abe5f090ea31bfbed3483701
  Author: Adrian Prantl <aprantl at apple.com>
  Date:   2021-02-11 (Thu, 11 Feb 2021)

  Changed paths:
    M llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp
    M llvm/test/tools/llvm-dwarfdump/X86/debug_loc_OP_entry_value.s

  Log Message:
  -----------
  llvm-dwarfdump: fix the counting when printing DW_OP_entry_value

The block size is in bytes, and not number of operands.

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




More information about the All-commits mailing list