From: Sylvestre Ledru Date: Fri, 14 Jun 2019 11:33:40 +0000 (+0000) Subject: add a missing parenthese in the clang doc X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ae774dec3f25a9cdd4586b0862c36ae21f17837;p=clang add a missing parenthese in the clang doc git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@363369 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ThinLTO.rst b/docs/ThinLTO.rst index 6e6cb801f5..e127413c00 100644 --- a/docs/ThinLTO.rst +++ b/docs/ThinLTO.rst @@ -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 `_. + `configured with plugins enabled `_). #. Use the following additional `CMake variables `_ when configuring the bootstrap compiler build: