[PATCH] D83282: [DWARFYAML] Refactor: Pull out member functions to DWARFYAMLUtils.cpp.

Xing GUO via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 7 01:14:23 PDT 2020


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

DWARFYAML.cpp should only hold functions for mapping YAML representation
to DWARF structures.

In this change, I add a file DWARFYAMLUtils.cpp to contain helper
functions that are defined as member functions. In the future, we will
add some helper functions that make DWARF sections interlinked. They
should be implemented in DWARFYAMLUtils.cpp.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D83282

Files:
  llvm/lib/ObjectYAML/CMakeLists.txt
  llvm/lib/ObjectYAML/DWARFYAML.cpp
  llvm/lib/ObjectYAML/DWARFYAMLUtils.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83282.275933.patch
Type: text/x-patch
Size: 3702 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200707/f5bb5c31/attachment.bin>


More information about the llvm-commits mailing list