diff options
| author | Eugene Leviant <eleviant@accesssoftek.com> | 2018-01-21 10:22:19 +0000 |
|---|---|---|
| committer | Eugene Leviant <eleviant@accesssoftek.com> | 2018-01-21 10:22:19 +0000 |
| commit | 72b9bdb71ae155bcf96e075c4af4b1840b209d94 (patch) | |
| tree | 689a10b34dc62dc4dc67a390e0505905ec949cc2 /llvm/lib/LTO/LTO.cpp | |
| parent | e07688898b637b7d78787eb08c6e7d929416a593 (diff) | |
| download | bcm5719-llvm-72b9bdb71ae155bcf96e075c4af4b1840b209d94.tar.gz bcm5719-llvm-72b9bdb71ae155bcf96e075c4af4b1840b209d94.zip | |
Temporarily revert r323062 to investigate buildbot failures
llvm-svn: 323065
Diffstat (limited to 'llvm/lib/LTO/LTO.cpp')
| -rw-r--r-- | llvm/lib/LTO/LTO.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/LTO/LTO.cpp b/llvm/lib/LTO/LTO.cpp index 69d46a594d3..a36d640ba9e 100644 --- a/llvm/lib/LTO/LTO.cpp +++ b/llvm/lib/LTO/LTO.cpp @@ -388,8 +388,7 @@ LTO::RegularLTOState::RegularLTOState(unsigned ParallelCodeGenParallelismLevel, Ctx(Conf), CombinedModule(llvm::make_unique<Module>("ld-temp.o", Ctx)), Mover(llvm::make_unique<IRMover>(*CombinedModule)) {} -LTO::ThinLTOState::ThinLTOState(ThinBackend Backend) - : Backend(Backend), CombinedIndex(/*IsPeformingAnalysis*/ false) { +LTO::ThinLTOState::ThinLTOState(ThinBackend Backend) : Backend(Backend) { if (!Backend) this->Backend = createInProcessThinBackend(llvm::heavyweight_hardware_concurrency()); |

