From 5ff79003433bb41aac72efe776173fc7ceeb8af8 Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Thu, 13 Oct 2016 17:42:38 +0000 Subject: [PATCH] [ThinLTO] Update doc to include lld (now supported). Differential Revision: https://reviews.llvm.org/D25537 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284137 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ThinLTO.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/ThinLTO.rst b/docs/ThinLTO.rst index d1937dd7b6..7c7d951302 100644 --- a/docs/ThinLTO.rst +++ b/docs/ThinLTO.rst @@ -62,8 +62,8 @@ ThinLTO is currently supported for the following linkers: `_. - **ld64**: Starting with `Xcode 8 `_. - -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 ----------- -- 2.40.0