[PATCH] D14554: [LTO] Add option to emit assembly and bitcode from LTO CodeGen

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 10 14:52:11 PST 2015


pcc added a subscriber: pcc.
pcc added a comment.

I don't think this is necessary. There is already a `LTOCodeGenerator::writeMergedModules()` function that you can use to write the bitcode. If you would like to test the module splitting functionality, you can use `llvm-split` on that bitcode file.


http://reviews.llvm.org/D14554





More information about the llvm-commits mailing list