[PATCH] D18715: [gold] Save bitcode for module partitions (save-temps + split codegen).
Evgeniy Stepanov via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 1 14:25:18 PDT 2016
eugenis created this revision.
eugenis added reviewers: pcc, rafael.
eugenis added a subscriber: llvm-commits.
eugenis set the repository for this revision to rL LLVM.
Herald added a subscriber: joker.eph.
When doing parallel codegen (-plugin-opt,save-temps, jobs=2), save bitcode for module partitions.
Currently we save object files for module partitions, but not bitcode files.
Repository:
rL LLVM
http://reviews.llvm.org/D18715
Files:
include/llvm/CodeGen/ParallelCG.h
lib/CodeGen/ParallelCG.cpp
lib/LTO/LTOCodeGenerator.cpp
test/tools/gold/X86/parallel.ll
tools/gold/gold-plugin.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18715.52427.patch
Type: text/x-patch
Size: 7701 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160401/d0273322/attachment.bin>
More information about the llvm-commits
mailing list