[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:09:48 PST 2017


zturner created this revision.
Herald added subscribers: JDevlieghere, hiraditya, mgorny.

Currently nothing uses this, but this at least gets the core algorithm in, and adds some test to demonstrate correctness.


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.125165.patch
Type: text/x-patch
Size: 17940 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171201/a6509dc1/attachment.bin>


More information about the llvm-commits mailing list