[PATCH] D83220: [DWARFYAML][unittest] Refactor parseDWARFYAML().

Xing GUO via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 6 12:53:53 PDT 2020


Higuoxing created this revision.
Higuoxing added reviewers: jhenderson, grimar, MaskRay.
Herald added subscribers: llvm-commits, aprantl.
Herald added a project: LLVM.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D83220

Files:
  llvm/unittests/ObjectYAML/DWARFYAMLTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83220.275689.patch
Type: text/x-patch
Size: 4695 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200706/74c438b3/attachment-0001.bin>


More information about the llvm-commits mailing list