[PATCH] D12309: [lld] COFF: Implement parallel LTO code generation.
Peter Collingbourne via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 24 20:08:05 PDT 2015
pcc created this revision.
pcc added a reviewer: ruiu.
pcc added a subscriber: llvm-commits.
pcc added a dependency: D12260: CodeGen: Introduce LinkedCodeGen and teach LTOCodeGenerator to use it..
This is exposed via a new flag /opt:lldltojobs=N, where N is the number of
code generation threads.
Depends on D12260
http://reviews.llvm.org/D12309
Files:
COFF/Config.h
COFF/Driver.cpp
COFF/SymbolTable.cpp
COFF/SymbolTable.h
test/COFF/lto-parallel.ll
test/COFF/weak-external.test
test/COFF/weak-external3.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12309.33041.patch
Type: text/x-patch
Size: 7731 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150825/600aaea2/attachment.bin>
More information about the llvm-commits
mailing list