[PATCH] D26179: Bitcode: Introduce BitcodeWriter interface.

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


mehdi_amini added a comment.

The name `llvm-join` is quite close from `llvm-link`, but I don't have a better suggestion right now.



================
Comment at: llvm/test/Bitcode/multi-module.ll:5
+
+; FIXME: Introduce a tool for extracting modules from bitcode and use it here.
+; For now we can at least check that the bitcode contains multiple modules.
----------------
Now that we have D26778 you could update this test I think!


https://reviews.llvm.org/D26179





More information about the llvm-commits mailing list