[PATCH] D89309: [ThinLTO] In documentation, mention possible value for concurrency flags

Alexandre Ganea via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 13 05:21:25 PDT 2020


aganea created this revision.
aganea added reviewers: thakis, hans.
Herald added subscribers: cfe-commits, dexonsmith, steven_wu, hiraditya, inglorion.
Herald added a project: clang.
aganea requested review of this revision.

As suggested here: https://reviews.llvm.org/D75153#2323939


Repository:
  rG LLVM Github Monorepo

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 : only use one hyper-thread per core on all CPU sockets (default).
+- 1 : disable multi-threading.
+- all : use all hyper-threads on all CPU sockets.
+
 Incremental
 -----------
 .. _incremental:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89309.297830.patch
Type: text/x-patch
Size: 452 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201013/2fd5217c/attachment.bin>


More information about the cfe-commits mailing list