diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2019-06-14 11:33:40 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2019-06-14 11:33:40 +0000 |
commit | 0f15ba98f57d13baa6e2aa8c0418dbdac3053a2a (patch) | |
tree | 0f25d97a2c2299ec4462cf2ba54f046d0e6b8c87 /clang/docs | |
parent | 43f62ff17c12f5ecfe037a1f366e07f91db58118 (diff) | |
download | bcm5719-llvm-0f15ba98f57d13baa6e2aa8c0418dbdac3053a2a.tar.gz bcm5719-llvm-0f15ba98f57d13baa6e2aa8c0418dbdac3053a2a.zip |
add a missing parenthese in the clang doc
llvm-svn: 363369
Diffstat (limited to 'clang/docs')
-rw-r--r-- | clang/docs/ThinLTO.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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: |