[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
Fri Nov 13 07:57:55 PST 2015
tobiasvk updated this revision to Diff 40151.
tobiasvk added a comment.
Updated patch with Peter and Mehdi's comments - thank you both!
The patch now only adds the ability to emit assembly to LTOCodeGenerator, and a new option -save-merged-module to llvm-lto to write out the merged module before CodeGen for testing.
http://reviews.llvm.org/D14554
Files:
include/llvm/CodeGen/ParallelCG.h
include/llvm/LTO/LTOCodeGenerator.h
lib/CodeGen/ParallelCG.cpp
lib/LTO/LTOCodeGenerator.cpp
test/LTO/X86/llvm-lto-output.ll
tools/llvm-lto/llvm-lto.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14554.40151.patch
Type: text/x-patch
Size: 11681 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151113/4140c350/attachment.bin>
More information about the llvm-commits
mailing list