[ThinLTO] Spell `llvm-ar` correctly.
authorDavide Italiano <davide@freebsd.org>
Tue, 4 Oct 2016 13:16:00 +0000 (13:16 +0000)
committerDavide Italiano <davide@freebsd.org>
Tue, 4 Oct 2016 13:16:00 +0000 (13:16 +0000)
llvm-svn: 283217

clang/docs/ThinLTO.rst

index eea34b7..d1937dd 100644 (file)
@@ -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,