[PATCH] D26016: BitcodeReader: Require clients to read the block info block at most once.

Jordan Rose via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 27 12:54:03 PDT 2016


jordan_rose added a comment.

This seems a little unfortunate, because it means that you can't just serialize two full blobs of data one after the other and reuse the same cursor on both of them.


https://reviews.llvm.org/D26016





More information about the llvm-commits mailing list