[llvm] r260004 - [docs] Redirect new contributors to the right starting point

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 6 11:29:23 PST 2016


Author: reames
Date: Sat Feb  6 13:29:23 2016
New Revision: 260004

URL: http://llvm.org/viewvc/llvm-project?rev=260004&view=rev
Log:
[docs] Redirect new contributors to the right starting point


Modified:
    llvm/trunk/docs/CMake.rst

Modified: llvm/trunk/docs/CMake.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CMake.rst?rev=260004&r1=260003&r2=260004&view=diff
==============================================================================
--- llvm/trunk/docs/CMake.rst (original)
+++ llvm/trunk/docs/CMake.rst Sat Feb  6 13:29:23 2016
@@ -12,6 +12,10 @@ Introduction
 does not build the project, it generates the files needed by your build tool
 (GNU make, Visual Studio, etc.) for building LLVM.
 
+If **you are a new contributor**, please start with the :doc:`GettingStarted` 
+page.  This page is geared for existing contributors moving from the 
+legacy configure/make system.
+
 If you are really anxious about getting a functional LLVM build, go to the
 `Quick start`_ section. If you are a CMake novice, start with `Basic CMake usage`_
 and then go back to the `Quick start`_ section once you know what you are doing. The




More information about the llvm-commits mailing list