summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/docs/ThinLTO.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/ThinLTO.rst b/clang/docs/ThinLTO.rst
index eea34b7733e..d1937dd7b6f 100644
--- a/clang/docs/ThinLTO.rst
+++ b/clang/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,
OpenPOWER on IntegriCloud