]> granicus.if.org Git - clang/commitdiff
add a missing parenthese in the clang doc
authorSylvestre Ledru <sylvestre@debian.org>
Fri, 14 Jun 2019 11:33:40 +0000 (11:33 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Fri, 14 Jun 2019 11:33:40 +0000 (11:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@363369 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ThinLTO.rst

index 6e6cb801f522308b41103917f8a1dbe3ace48066..e127413c0028c464b50403120b98507dceaf3c06 100644 (file)
@@ -198,7 +198,7 @@ To bootstrap clang/LLVM with ThinLTO, follow these steps:
 
 1. The host compiler_ must be a version of clang that supports ThinLTO.
 #. The host linker_ must support ThinLTO (and in the case of gold, must be
-   `configured with plugins enabled <https://llvm.org/docs/GoldPlugin.html>`_.
+   `configured with plugins enabled <https://llvm.org/docs/GoldPlugin.html>`_).
 #. Use the following additional `CMake variables
    <https://llvm.org/docs/CMake.html#options-and-variables>`_
    when configuring the bootstrap compiler build: