[PATCH] D24786: Bitcode: Prepare to allow multiple modules per bitcode file.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 20 15:04:34 PDT 2016


pcc added a comment.

I think the difference between what Steven is doing and what I am doing here is that he is embedding a bitcode module in a native object file, whereas this is adding a mechanism for multiple bitcode modules in the same bitcode file.


https://reviews.llvm.org/D24786





More information about the llvm-commits mailing list