1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/unittests/DebugInfo/PDB
Zachary Turner 9ef9d3506b Fix a bug in MappedBlockStream.
It was using the number of blocks of the entire PDB file as the number
of blocks of each stream that was created.  This was only an issue in
the readLongestContiguousChunk function, which  was never called prior.
This bug surfaced when I updated an algorithm to use this function and
the algorithm broke.

llvm-svn: 303916
2017-05-25 21:12:00 +00:00
..
CMakeLists.txt [Support] Move Stream library from MSF -> Support. 2017-03-02 20:52:51 +00:00
ErrorChecking.h [llvm-readobj] Update readobj to re-use parsing code. 2017-05-03 17:11:11 +00:00
HashTableTest.cpp [Support] Move Stream library from MSF -> Support. 2017-03-02 20:52:51 +00:00
MappedBlockStreamTest.cpp Fix a bug in MappedBlockStream. 2017-05-25 21:12:00 +00:00
MSFBuilderTest.cpp [PDB] Validate superblock addresses 2016-12-18 00:41:10 +00:00
PDBApiTest.cpp [llvm-pdbdump] More advanced class definition dumping. 2017-04-12 23:18:21 +00:00
StringTableBuilderTest.cpp Delete dead function causing compilation failure. 2017-05-03 17:38:49 +00:00
TypeServerHandlerTest.cpp [CodeView] Simplify the use of visiting type records & streams. 2017-05-17 16:39:06 +00:00