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

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 27 13:07:47 PDT 2016


mehdi_amini added a comment.

@jordan_rose: wouldn't there be a bug right now if you reuse the cursor and your second "blob" has a block info that will be skipped because the first blob was already processed?


https://reviews.llvm.org/D26016





More information about the llvm-commits mailing list