From 113693d12e0be68bfefea21311f9c91440e2d53d Mon Sep 17 00:00:00 2001
From: Davide Italiano <davide@freebsd.org>
Date: Tue, 4 Oct 2016 13:16:00 +0000
Subject: [PATCH] [ThinLTO] Spell `llvm-ar` correctly.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@283217 91177308-0d34-0410-b5e6-96231b3b80d8
---
 docs/ThinLTO.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/ThinLTO.rst b/docs/ThinLTO.rst
index eea34b7733e..d1937dd7b6f 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,
-- 
GitLab