[lld] r253522 - Update "Getting Started" document.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 18 15:53:19 PST 2015
Author: ruiu
Date: Wed Nov 18 17:53:19 2015
New Revision: 253522
URL: http://llvm.org/viewvc/llvm-project?rev=253522&view=rev
Log:
Update "Getting Started" document.
Modified:
lld/trunk/docs/getting_started.rst
Modified: lld/trunk/docs/getting_started.rst
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/docs/getting_started.rst?rev=253522&r1=253521&r2=253522&view=diff
==============================================================================
--- lld/trunk/docs/getting_started.rst (original)
+++ lld/trunk/docs/getting_started.rst Wed Nov 18 17:53:19 2015
@@ -56,7 +56,7 @@ On Unix-like Systems
5. Test::
- $ make lld-test
+ $ make check-lld
Using Visual Studio
~~~~~~~~~~~~~~~~~~~
@@ -64,7 +64,7 @@ Using Visual Studio
#. Get the required tools.
* `CMake 2.8`_\+.
- * `Visual Studio 11 (2012) or later`_ (required for C++11 support)
+ * `Visual Studio 12 (2013) or later`_ (required for C++11 support)
* `Python 2.4`_\+ (not 3.x) for running tests.
.. _CMake 2.8: http://www.cmake.org/cmake/resources/software.html
More information about the llvm-commits
mailing list