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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D18715
[gold] Save bitcode for module partitions (save-temps + split codegen). ClosedPublic Authored by eugenis on Apr 1 2016, 2:25 PM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 5 2016, 5:04 PM
Revision Contents
Diff 52427 include/llvm/CodeGen/ParallelCG.h
lib/CodeGen/ParallelCG.cpp
lib/LTO/LTOCodeGenerator.cpp
test/tools/gold/X86/parallel.ll
tools/gold/gold-plugin.cpp
|