]> granicus.if.org Git - llvm/commit
[gold] Split plugin options controlling ThinLTO and codegen parallelism.
authorTeresa Johnson <tejohnson@google.com>
Fri, 23 Sep 2016 20:35:19 +0000 (20:35 +0000)
committerTeresa Johnson <tejohnson@google.com>
Fri, 23 Sep 2016 20:35:19 +0000 (20:35 +0000)
commit468ae9f70366d8ddfa5adfa0c3f3233c678d38f5
treea07b83f72a1a46bf58c8c387f19addcc289572ee
parent54387416945fec115cde9912be0574544fedf7af
[gold] Split plugin options controlling ThinLTO and codegen parallelism.

Summary:
As suggested in D24826, use different options for ThinLTO backend
parallelism from the option controlling regular LTO code gen
parallelism. They are already split in the LTO API, and this enables
controlling them with different clang options.

Reviewers: pcc, mehdi_amini

Subscribers: dexonsmith, llvm-commits, mehdi_amini

Differential Revision: https://reviews.llvm.org/D24873

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282290 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/gold/X86/parallel.ll
tools/gold/gold-plugin.cpp