[all-commits] [llvm/llvm-project] e1ef71: [dwarfdump] Warn for tags with DW_CHILDREN_yes but...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Wed Sep 23 22:13:09 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e1ef7183c6f008fa13cbe273500b020c4fad1252
      https://github.com/llvm/llvm-project/commit/e1ef7183c6f008fa13cbe273500b020c4fad1252
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-09-23 (Wed, 23 Sep 2020)

  Changed paths:
    M llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
    M llvm/test/DebugInfo/X86/skeleton-unit-verify.s
    A llvm/test/tools/llvm-dwarfdump/X86/no-children.yaml
    M llvm/test/tools/llvm-dwarfdump/X86/verify_die_ranges.s

  Log Message:
  -----------
  [dwarfdump] Warn for tags with DW_CHILDREN_yes but no children.

Flag DIEs that have DW_CHILDREN_yes set in their abbreviation but don't
actually have any children.

rdar://59809554

Differential revision: https://reviews.llvm.org/D88048




More information about the All-commits mailing list