summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/docs/ThinLTO.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/clang/docs/ThinLTO.rst b/clang/docs/ThinLTO.rst
index d1937dd7b6f..7c7d9513025 100644
--- a/clang/docs/ThinLTO.rst
+++ b/clang/docs/ThinLTO.rst
@@ -62,8 +62,8 @@ ThinLTO is currently supported for the following linkers:
<http://llvm.org/docs/GoldPlugin.html>`_.
- **ld64**:
Starting with `Xcode 8 <https://developer.apple.com/xcode/>`_.
-
-Additionally, support is being added to the *lld* linker.
+- **lld**:
+ Starting with r284050 (ELF only).
Usage
=====
@@ -109,6 +109,8 @@ be reduced to ``N`` via:
``-Wl,-plugin-opt,jobs=N``
- ld64:
``-Wl,-mllvm,-threads=N``
+- lld:
+ ``-Wl,--thinlto-jobs=N``
Incremental
-----------
OpenPOWER on IntegriCloud