From 0f15ba98f57d13baa6e2aa8c0418dbdac3053a2a Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 14 Jun 2019 11:33:40 +0000 Subject: add a missing parenthese in the clang doc llvm-svn: 363369 --- clang/docs/ThinLTO.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/docs') diff --git a/clang/docs/ThinLTO.rst b/clang/docs/ThinLTO.rst index 6e6cb801f52..e127413c002 100644 --- a/clang/docs/ThinLTO.rst +++ b/clang/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: -- cgit v1.2.3