[PATCH] D20945: pdbdump: print out TPI hashes

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 2 20:28:41 PDT 2016


ruiu created this revision.
ruiu added a reviewer: zturner.
ruiu added a subscriber: llvm-commits.

This patch also fixes a bug in FixedArrayStream. It used to trigger
an assert check if an array is empty.

http://reviews.llvm.org/D20945

Files:
  include/llvm/DebugInfo/CodeView/StreamArray.h
  include/llvm/DebugInfo/PDB/Raw/TpiStream.h
  lib/DebugInfo/PDB/Raw/TpiStream.cpp
  test/DebugInfo/PDB/pdbdump-headers.test
  tools/llvm-pdbdump/llvm-pdbdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20945.59487.patch
Type: text/x-patch
Size: 10382 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160603/2f4f1b6c/attachment.bin>


More information about the llvm-commits mailing list