forked from OSchip/llvm-project
[ThinLTO][Documentation] Mention possible values for concurrency flags
Differential Revision: https://reviews.llvm.org/D89309
This commit is contained in:
parent
9c3138bd6d
commit
1dbf05f5b4
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue