diff options
author | Zachary Turner <zturner@google.com> | 2018-03-15 22:31:00 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2018-03-15 22:31:00 +0000 |
commit | edbcbe0b62d6bfe729eeb6b7adb6d3a316a332e7 (patch) | |
tree | d66d46864cf0defeecf62c1a216580c45068a3b9 /lldb/packages/Python/lldbsuite/test/lang/cpp | |
parent | 92e6fbf54aabaf82bb4457ece3e85316cf38a505 (diff) | |
download | bcm5719-llvm-edbcbe0b62d6bfe729eeb6b7adb6d3a316a332e7.tar.gz bcm5719-llvm-edbcbe0b62d6bfe729eeb6b7adb6d3a316a332e7.zip |
[PDB] Fix a bug where we were serializing hash tables incorrectly.
There was some code that tried to calculate the number of 4-byte
words required to hold N bits, but it was instead computing the
number of bytes required to hold N bits. This was leading to
extraneous data being output into the hash table, which would
cause certain operations in DIA (the Microsoft PDB reader) to
fail.
llvm-svn: 327675
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp')
0 files changed, 0 insertions, 0 deletions