r284137 - [ThinLTO] Update doc to include lld (now supported).
Davide Italiano via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 13 10:42:38 PDT 2016
Author: davide
Date: Thu Oct 13 12:42:38 2016
New Revision: 284137
URL: http://llvm.org/viewvc/llvm-project?rev=284137&view=rev
Log:
[ThinLTO] Update doc to include lld (now supported).
Differential Revision: https://reviews.llvm.org/D25537
Modified:
cfe/trunk/docs/ThinLTO.rst
Modified: cfe/trunk/docs/ThinLTO.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ThinLTO.rst?rev=284137&r1=284136&r2=284137&view=diff
==============================================================================
--- cfe/trunk/docs/ThinLTO.rst (original)
+++ cfe/trunk/docs/ThinLTO.rst Thu Oct 13 12:42:38 2016
@@ -62,8 +62,8 @@ ThinLTO is currently supported for the f
<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
-----------
More information about the cfe-commits
mailing list