[PATCH] D25190: [ThinLTO doc] Fix typo

Davide Italiano via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 3 08:21:23 PDT 2016


davide created this revision.
davide added reviewers: mehdi_amini, tejohnson.
davide added a subscriber: cfe-commits.

This looks like an obvious typo to me, but I don't know the whole ThinLTO story, so.


https://reviews.llvm.org/D25190

Files:
  clang/docs/ThinLTO.rst


Index: clang/docs/ThinLTO.rst
===================================================================
--- clang/docs/ThinLTO.rst
+++ clang/docs/ThinLTO.rst
@@ -140,7 +140,7 @@
   * ``-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,


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25190.73283.patch
Type: text/x-patch
Size: 550 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161003/6c3272d9/attachment.bin>


More information about the cfe-commits mailing list