[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:10:20 PDT 2016


mehdi_amini added a comment.

ReadBlockInfoBlock is only called if we encounter a second "block info". There is a single one per LLVM module. If you don't emit an LLVM module, why would this be an issue?


https://reviews.llvm.org/D26016





More information about the llvm-commits mailing list