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

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 9 11:01:53 PDT 2016


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM


================
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;
----------------
Is this different from MutableArrayRef?


http://reviews.llvm.org/D21157





More information about the llvm-commits mailing list