[PATCH] D32809: Create DWARFVerifier.cpp and .h and move all DWARF verification code over into it.
Greg Clayton via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 3 09:12:10 PDT 2017
clayborg created this revision.
Herald added a subscriber: mgorny.
Adrian requested we create a DWARFVerifier.cpp file to contain all of the DWARF verification stuff. This change simply moves the functionality over into DWARFVerifier.h and DWARFVerifier.cpp, renames the DWARFVerifier methods to start with lower case, and switches DWARFContext.cpp over to using the new functionality.
https://reviews.llvm.org/D32809
Files:
include/llvm/DebugInfo/DWARF/DWARFVerifier.h
lib/DebugInfo/DWARF/CMakeLists.txt
lib/DebugInfo/DWARF/DWARFContext.cpp
lib/DebugInfo/DWARF/DWARFVerifier.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32809.97662.patch
Type: text/x-patch
Size: 13680 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170503/2f2943d4/attachment.bin>
More information about the llvm-commits
mailing list