[PATCH] D89309: [ThinLTO] In documentation, mention possible values for concurrency flags
Alexandre Ganea via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 13 06:58:19 PDT 2020
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1dbf05f5b44d: [ThinLTO][Documentation] Mention possible values for concurrency flags (authored by aganea).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89309/new/
https://reviews.llvm.org/D89309
Files:
clang/docs/ThinLTO.rst
Index: clang/docs/ThinLTO.rst
===================================================================
--- clang/docs/ThinLTO.rst
+++ clang/docs/ThinLTO.rst
@@ -123,6 +123,11 @@
- 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:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89309.297850.patch
Type: text/x-patch
Size: 468 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201013/49333ed7/attachment-0001.bin>
More information about the cfe-commits
mailing list