summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPhilip Reames <listmail@philipreames.com>2016-02-06 19:29:23 +0000
committerPhilip Reames <listmail@philipreames.com>2016-02-06 19:29:23 +0000
commitd14beda7f7175e2ecbe785c0153c005bfa37328c (patch)
tree290ec6353112eb3688a7fe245b8b56680d86fa0d /docs
parent79a6578f71132526932d740cfaf72b89f0827721 (diff)
[docs] Redirect new contributors to the right starting point
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260004 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CMake.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/CMake.rst b/docs/CMake.rst
index 7f667e72946..e2515f473a2 100644
--- a/docs/CMake.rst
+++ b/docs/CMake.rst
@@ -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