[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:44:05 PDT 2020
aganea updated this revision to Diff 297845.
aganea added a comment.
As suggested by @hans.
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.297845.patch
Type: text/x-patch
Size: 468 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201013/aab36345/attachment.bin>
More information about the cfe-commits
mailing list