[PATCH] D40736: [CodeView] Add support for type record content hashing

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 4 09:54:06 PST 2017


zturner updated this revision to Diff 125358.
zturner added a comment.

Renames `WeaklyHashedType` to `LocallyHashedType` and `ContentHashedType` to `GloballyHashedType` to better express where the strength and weakness lies in the hash.


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.125358.patch
Type: text/x-patch
Size: 19452 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171204/265beef4/attachment.bin>


More information about the llvm-commits mailing list