[lld] r313396 - Update the monorepo URL in a lld's document.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 15 14:04:43 PDT 2017


Author: ruiu
Date: Fri Sep 15 14:04:43 2017
New Revision: 313396

URL: http://llvm.org/viewvc/llvm-project?rev=313396&view=rev
Log:
Update the monorepo URL in a lld's document.

Modified:
    lld/trunk/docs/index.rst

Modified: lld/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/index.rst?rev=313396&r1=313395&r2=313396&view=diff
==============================================================================
--- lld/trunk/docs/index.rst (original)
+++ lld/trunk/docs/index.rst Fri Sep 15 14:04:43 2017
@@ -110,7 +110,7 @@ build that tree. You need `cmake` and of
 
 .. code-block:: console
 
-  $ git clone https://github.com/llvm-project/llvm-project/
+  $ git clone https://github.com/llvm-project/llvm-project-20170507 llvm-project
   $ mkdir build
   $ cd build
   $ cmake -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_PROJECTS=lld -DCMAKE_INSTALL_PREFIX=/usr/local ../llvm-project/llvm




More information about the llvm-commits mailing list