[PATCH] D25537: [ThinLTO] Update doc to include lld
Davide Italiano via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 12 16:23:28 PDT 2016
davide created this revision.
davide added reviewers: tejohnson, mehdi_amini.
davide added a subscriber: cfe-commits.
https://reviews.llvm.org/D25537
Files:
docs/ThinLTO.rst
Index: docs/ThinLTO.rst
===================================================================
--- docs/ThinLTO.rst
+++ docs/ThinLTO.rst
@@ -62,8 +62,8 @@
<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.
Usage
=====
@@ -109,6 +109,8 @@
``-Wl,-plugin-opt,jobs=N``
- ld64:
``-Wl,-mllvm,-threads=N``
+- lld:
+ ``-Wl,--thinlto-jobs=N``
Incremental
-----------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25537.74455.patch
Type: text/x-patch
Size: 543 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161012/aed79a01/attachment.bin>
More information about the cfe-commits
mailing list