[PATCH] D14554: [LTO] Add option to emit assembly and bitcode from LTO CodeGen
Tobias Edler von Koch via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 10 15:01:58 PST 2015
tobiasvk added a comment.
Ah I wasn't aware of the llvm-split utility - makes sense. It would still be useful to get bitcode out of llvm-lto for testing. But that could be built on top of writeMergedModule, as you mentioned.
The part about emitting assembly remains, though.
I'll update the patch.
http://reviews.llvm.org/D14554
More information about the llvm-commits
mailing list