summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/DiagnosticRenderer.cpp
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2015-08-27 23:37:36 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2015-08-27 23:37:36 +0000
commitc269ed511584d9044a4e28a25fa6a0d24df68a9f (patch)
treeeb8ec1c70b5fc9d78ab61aacaffab6d9ab1bb16d /clang/lib/Frontend/DiagnosticRenderer.cpp
parent0e2882345daead6cd9368eda4107e860d9141e35 (diff)
downloadbcm5719-llvm-c269ed511584d9044a4e28a25fa6a0d24df68a9f.tar.gz
bcm5719-llvm-c269ed511584d9044a4e28a25fa6a0d24df68a9f.zip
CodeGen: Introduce splitCodeGen and teach LTOCodeGenerator to use it.
llvm::splitCodeGen is a function that implements the core of parallel LTO code generation. It uses llvm::SplitModule to split the module into linkable partitions and spawning one code generation thread per partition. The function produces multiple object files which can be linked in the usual way. This has been threaded through to LTOCodeGenerator (and llvm-lto for testing purposes). Separate patches will add parallel LTO support to the gold plugin and lld. Differential Revision: http://reviews.llvm.org/D12260 llvm-svn: 246236
Diffstat (limited to 'clang/lib/Frontend/DiagnosticRenderer.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud