Fix issue with Tpi Stream hash map.
authorZachary Turner <zturner@google.com>
Mon, 3 Dec 2018 19:05:12 +0000 (19:05 +0000)
committerZachary Turner <zturner@google.com>
Mon, 3 Dec 2018 19:05:12 +0000 (19:05 +0000)
commit1e0cce796cd20b5b61bb37355637f3d919a657a5
treeb43f234e5fd26386f20a697b7c5256b262b75a33
parentb77711e297f55b09f4dbf0c8f4424752434c899a
Fix issue with Tpi Stream hash map.

Part of the patch to not build the hash map eagerly was omitted
due to a merge conflict.  Add it back, which should fix the failing
tests.

llvm-svn: 348166
llvm/lib/DebugInfo/PDB/Native/TpiStream.cpp