summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDavide Italiano <davide@freebsd.org>2016-10-04 13:16:00 +0000
committerDavide Italiano <davide@freebsd.org>2016-10-04 13:16:00 +0000
commit113693d12e0be68bfefea21311f9c91440e2d53d (patch)
treebe6637d20a64de614dc005c7ecf98dbce020215b /docs
parent4fc3da449463720940f44546606f31e45b8be939 (diff)
[ThinLTO] Spell `llvm-ar` correctly.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@283217 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ThinLTO.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ThinLTO.rst b/docs/ThinLTO.rst
index eea34b7733..d1937dd7b6 100644
--- a/docs/ThinLTO.rst
+++ b/docs/ThinLTO.rst
@@ -140,7 +140,7 @@ To bootstrap clang/LLVM with ThinLTO, follow these steps:
* ``-DCMAKE_C_COMPILER=/path/to/host/clang``
* ``-DCMAKE_CXX_COMPILER=/path/to/host/clang++``
* ``-DCMAKE_RANLIB=/path/to/host/llvm-ranlib``
- * ``-DCMAKE_AR=/path/to/host/llvm-nm``
+ * ``-DCMAKE_AR=/path/to/host/llvm-ar``
#. To use additional linker arguments for controlling the backend
parallelism_ or enabling incremental_ builds of the bootstrap compiler,