[PATCH] D86847: [Bitcode] Add BITCODE_SIZE_BLOCK_ID to encode the size of the bitcode
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 31 19:44:37 PDT 2020
dblaikie added a comment.
@bartell mentioned something about a bitcode wrapper that does provide the length - how does this patch's strategy compare to that approach? Are they redundant? Should the wrapper be replaced with this patch's approach? (or should the bitcode wrapper approach be used instead of adding this patch?)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86847/new/
https://reviews.llvm.org/D86847
More information about the llvm-commits
mailing list