From: Davide Italiano Date: Tue, 4 Oct 2016 13:16:00 +0000 (+0000) Subject: [ThinLTO] Spell `llvm-ar` correctly. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=113693d12e0be68bfefea21311f9c91440e2d53d;p=clang [ThinLTO] Spell `llvm-ar` correctly. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@283217 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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,