summaryrefslogtreecommitdiffstats
path: root/lld/docs/index.rst
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2017-09-15 21:04:43 +0000
committerRui Ueyama <ruiu@google.com>2017-09-15 21:04:43 +0000
commit432342b6a81cebece85831144210de50bc366e55 (patch)
tree66f49b952fa0f4d9b646d075912474f9f5cf6243 /lld/docs/index.rst
parent759631c77bb8f7a8b76e1c1a7cd78532a5d809d2 (diff)
downloadbcm5719-llvm-432342b6a81cebece85831144210de50bc366e55.tar.gz
bcm5719-llvm-432342b6a81cebece85831144210de50bc366e55.zip
Update the monorepo URL in a lld's document.
llvm-svn: 313396
Diffstat (limited to 'lld/docs/index.rst')
-rw-r--r--lld/docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/docs/index.rst b/lld/docs/index.rst
index fbdade7daf2..272b3c1df3e 100644
--- a/lld/docs/index.rst
+++ b/lld/docs/index.rst
@@ -110,7 +110,7 @@ build that tree. You need `cmake` and of course a C++ compiler.
.. 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
OpenPOWER on IntegriCloud