[pdb] Fix the TPI stream size computation.
authorZachary Turner <zturner@google.com>
Thu, 15 Sep 2016 18:22:21 +0000 (18:22 +0000)
committerZachary Turner <zturner@google.com>
Thu, 15 Sep 2016 18:22:21 +0000 (18:22 +0000)
commita6cbfb53c23606f21e65e647e88cc153cb6f8e52
tree6c229b7fee67c6de5baf42a9f53dccfb79a1147f
parent70720a7e1b149fc22a53891711aa9ddf2d947890
[pdb] Fix the TPI stream size computation.

We were inadvertently adding the size of the hash value stream to
the size of the TPI stream, even though the hash value stream is
an entirely separate stream.

llvm-svn: 281636
llvm/lib/DebugInfo/PDB/Raw/TpiStreamBuilder.cpp