OSDN Git Service

Revert "[llvm-profdata] Speed up merging by using a thread pool"
authorVedant Kumar <vsk@apple.com>
Tue, 19 Jul 2016 00:57:09 +0000 (00:57 +0000)
committerVedant Kumar <vsk@apple.com>
Tue, 19 Jul 2016 00:57:09 +0000 (00:57 +0000)
commit40a2c5247c293749c005681aba150f7ae9f0cc51
tree339b57225725f869a0766230d51b58db6dddebd6
parent92a8d601a38984688cba36766ffba0d668196e30
Revert "[llvm-profdata] Speed up merging by using a thread pool"

This reverts commit r275921. It broke the ppc64be bot:

  http://lab.llvm.org:8011/builders/clang-ppc64be-linux-multistage/builds/3537

I'm not sure why it broke, but based on the output, it looks like an
off-by-one (one profile left un-merged).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275937 91177308-0d34-0410-b5e6-96231b3b80d8
docs/CommandGuide/llvm-profdata.rst
include/llvm/ProfileData/InstrProfWriter.h
lib/ProfileData/InstrProfWriter.cpp
test/tools/llvm-profdata/multiple-inputs.test
tools/llvm-profdata/llvm-profdata.cpp
unittests/ProfileData/InstrProfTest.cpp