[PATCH] D28707: PDB: Add a class to create the /names stream contents.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 13 15:06:13 PST 2017
ruiu created this revision.
ruiu added a reviewer: zturner.
ruiu added a subscriber: llvm-commits.
Herald added a subscriber: mgorny.
This patch adds a new class NameHashTableBuilder which creates /names streams.
This patch contains a test to confirm that a stream created by
NameHashTableBuilder can be read by NameHashTable reader class.
https://reviews.llvm.org/D28707
Files:
llvm/include/llvm/DebugInfo/PDB/Raw/NameHashTableBuilder.h
llvm/lib/DebugInfo/PDB/CMakeLists.txt
llvm/lib/DebugInfo/PDB/Raw/NameHashTableBuilder.cpp
llvm/unittests/DebugInfo/PDB/CMakeLists.txt
llvm/unittests/DebugInfo/PDB/NameHashTableBuilderTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28707.84394.patch
Type: text/x-patch
Size: 7237 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170113/7bee3e48/attachment.bin>
More information about the llvm-commits
mailing list