Skip to content

Commit

Permalink
add a missing parenthese in the clang doc
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@363369 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
sylvestre committed Jun 14, 2019
1 parent 17feca4 commit 5ae774d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ThinLTO.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5ae774d

Please sign in to comment.