r363369 - add a missing parenthese in the clang doc

Sylvestre Ledru via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 14 04:33:41 PDT 2019


Author: sylvestre
Date: Fri Jun 14 04:33:40 2019
New Revision: 363369

URL: http://llvm.org/viewvc/llvm-project?rev=363369&view=rev
Log:
add a missing parenthese in the clang doc

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=363369&r1=363368&r2=363369&view=diff
==============================================================================
--- cfe/trunk/docs/ThinLTO.rst (original)
+++ cfe/trunk/docs/ThinLTO.rst Fri Jun 14 04:33:40 2019
@@ -198,7 +198,7 @@ To bootstrap clang/LLVM with ThinLTO, fo
 
 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:




More information about the cfe-commits mailing list