diff options
Diffstat (limited to 'llvm/docs/CommandGuide')
-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 |