[PATCH] D26179: Bitcode: Introduce BitcodeWriter interface.

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 23 20:56:06 PST 2016


mehdi_amini added a comment.

I'd like `llvm-modextract` and `llvm-join` (or `llvm-concat`) to operate without materializing IR. It is blocked on updating the bitcode to not have absolute reference from the beginning of the file.


https://reviews.llvm.org/D26179





More information about the llvm-commits mailing list