[PATCH] D21157: [pdb] Improve StreamInterface to support writing

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 9 11:03:14 PDT 2016


zturner added inline comments.

================
Comment at: include/llvm/DebugInfo/PDB/Raw/MappedBlockStream.h:55-58
@@ -53,2 +54,6 @@
 
+  struct CacheEntry {
+    uint8_t *Ptr;
+    uint32_t AllocSize;
+  };
   mutable llvm::BumpPtrAllocator Pool;
----------------
ruiu wrote:
> Is this different from MutableArrayRef?
That's a good point, I should fix that.  Thanks


http://reviews.llvm.org/D21157





More information about the llvm-commits mailing list