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:
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:
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits