[all-commits] [llvm/llvm-project] 683a1b: [DWARFYAML][unittest] Refactor parseDWARFYAML().

Xing GUO via All-commits all-commits at lists.llvm.org
Wed Jul 8 20:56:28 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 683a1bb253ef47ece27aad93812f22e8c51260fa
      https://github.com/llvm/llvm-project/commit/683a1bb253ef47ece27aad93812f22e8c51260fa
  Author: Xing GUO <higuoxing at gmail.com>
  Date:   2020-07-09 (Thu, 09 Jul 2020)

  Changed paths:
    M llvm/unittests/ObjectYAML/DWARFYAMLTest.cpp

  Log Message:
  -----------
  [DWARFYAML][unittest] Refactor parseDWARFYAML().

In this change, `parseDWARFYAML()` is refactored to be able to parse
YAML decription into different data structures. We don't have to craft
the whole DWARF structure for a small test in the future.

Reviewed By: jhenderson

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




More information about the All-commits mailing list