[PATCH] D40736: [CodeView] Add support for type record content hashing
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 1 10:33:36 PST 2017
zturner updated this revision to Diff 125172.
zturner added a comment.
Added a minor sanity check to the unit test to make sure that different records in the same stream return different hashes.
https://reviews.llvm.org/D40736
Files:
llvm/include/llvm/DebugInfo/CodeView/MergingTypeTableBuilder.h
llvm/include/llvm/DebugInfo/CodeView/TypeHashing.h
llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h
llvm/lib/DebugInfo/CodeView/CMakeLists.txt
llvm/lib/DebugInfo/CodeView/MergingTypeTableBuilder.cpp
llvm/lib/DebugInfo/CodeView/TypeHashing.cpp
llvm/unittests/DebugInfo/CodeView/CMakeLists.txt
llvm/unittests/DebugInfo/CodeView/TypeHashingTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40736.125172.patch
Type: text/x-patch
Size: 19564 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171201/74add273/attachment.bin>
More information about the llvm-commits
mailing list