[PATCH] D33475: [pdb] pad source file name buffer at the end instead of the beginning

Adrian McCarthy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 24 15:17:20 PDT 2017


amccarth accepted this revision.
amccarth added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp:132
 
-uint32_t DbiStreamBuilder::calculateFileInfoSubstreamSize() const {
+uint32_t DbiStreamBuilder::calculateNamesOffset() const {
   uint32_t Size = 0;
----------------
Minor quibble with the name:  This appears to calculate a size rather than an offset.  But that's not really a big deal.


https://reviews.llvm.org/D33475





More information about the llvm-commits mailing list