[lld] r224778 - Tweak lld's checkout instructions.

Nico Weber nicolasweber at gmx.de
Tue Dec 23 10:52:41 PST 2014


Author: nico
Date: Tue Dec 23 12:52:41 2014
New Revision: 224778

URL: http://llvm.org/viewvc/llvm-project?rev=224778&view=rev
Log:
Tweak lld's checkout instructions.

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=224778&r1=224777&r2=224778&view=diff
==============================================================================
--- lld/trunk/docs/index.rst (original)
+++ lld/trunk/docs/index.rst Tue Dec 23 12:52:41 2014
@@ -58,12 +58,14 @@ Source
 
 lld is available in the LLVM SVN repository::
 
-  svn co http://llvm.org/svn/llvm-project/lld/trunk
+  svn co http://llvm.org/svn/llvm-project/lld/trunk lld
 
 lld is also available via the read-only git mirror::
 
   git clone http://llvm.org/git/lld.git
 
+Put it in llvm's tools/ directory, rerun cmake, then build target lld.
+
 Contents
 --------
 





More information about the llvm-commits mailing list