[PATCH] D41734: [DebugInfo][PDB] Fix too many FPM blocks being written in some cases
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 4 13:42:08 PST 2018
zturner added a comment.
On second thought, maybe we should just support this rare case. We can guarantee that LLD won't generate a PDB with odd numbers of blocks like this, but I don't we can make the same assumption about MSVC's linker. So perhaps it's better to just handle it gracefully and not access invalid memory.
Repository:
rL LLVM
https://reviews.llvm.org/D41734
More information about the llvm-commits
mailing list