I examined a few PDBs and all of them treated pages for stream 0
are unused, thus they were unmarked in their free page bitmap.
I think we should do the same thing for compatibility.
Details
Details
Diff Detail
Diff Detail
Event Timeline
tools/llvm-pdbdump/LLVMOutputStyle.cpp | ||
---|---|---|
322 | This isn't the correct check. S here is a block number, not a stream number (Feel free to rename this to B if you want). The outer loop should be written: for (auto &SE : File.getStreamMap().drop_front(1)) |
This isn't the correct check. S here is a block number, not a stream number (Feel free to rename this to B if you want). The outer loop should be written: