diff options
author | Vedant Kumar <vsk@apple.com> | 2016-07-19 00:57:09 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2016-07-19 00:57:09 +0000 |
commit | 21ab20e0050d18185f6020a32aadd73c351a7e1d (patch) | |
tree | 77bd23f24dfe5ea17bd122079851c33a36148960 /llvm/docs/CommandGuide/llvm-profdata.rst | |
parent | 79997a24d750f3732f071ddc10c86d072b8cf735 (diff) | |
download | bcm5719-llvm-21ab20e0050d18185f6020a32aadd73c351a7e1d.tar.gz bcm5719-llvm-21ab20e0050d18185f6020a32aadd73c351a7e1d.zip |
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).
llvm-svn: 275937
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-profdata.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-profdata.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/docs/CommandGuide/llvm-profdata.rst b/llvm/docs/CommandGuide/llvm-profdata.rst index bae0ff7d4ce..f5508b5b2b8 100644 --- a/llvm/docs/CommandGuide/llvm-profdata.rst +++ b/llvm/docs/CommandGuide/llvm-profdata.rst @@ -106,11 +106,6 @@ OPTIONS conjunction with -instr. Defaults to false, since it can inhibit compiler optimization during PGO. -.. option:: -num-threads=N, -j=N - - Use N threads to perform profile merging. When N=0, llvm-profdata auto-detects - an appropriate number of threads to use. This is the default. - EXAMPLES ^^^^^^^^ Basic Usage |