Skip to content

Commit

Permalink
[ThinLTO][Documentation] Mention possible values for concurrency flags
Browse files Browse the repository at this point in the history
Differential Revision: https://reviews.llvm.org/D89309
  • Loading branch information
aganea committed Oct 13, 2020
1 parent 9c3138b commit 1dbf05f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions clang/docs/ThinLTO.rst
Expand Up @@ -123,6 +123,11 @@ be reduced to ``N`` via:
- lld-link:
``/opt:lldltojobs=N``

Other possible values for ``N`` are:
- 0: Use one thread per physical core (default)
- 1: Use a single thread only (disable multi-threading)
- all: Use one thread per logical core (uses all hyper-threads)

Incremental
-----------
.. _incremental:
Expand Down

0 comments on commit 1dbf05f

Please sign in to comment.