summaryrefslogtreecommitdiff
path: root/docs/MakefileGuide.rst
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-03-12 22:40:22 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-03-12 22:40:22 +0000
commit9802a6cbdc2ddcb445fc8620fd756654de6d85b4 (patch)
tree3aaa6a28cdc4233c55a7d8084796af305455cc21 /docs/MakefileGuide.rst
parent1da4b5ba045bd9d4c9c3760ca53101042d157ce4 (diff)
downloadllvm-9802a6cbdc2ddcb445fc8620fd756654de6d85b4.tar.gz
llvm-9802a6cbdc2ddcb445fc8620fd756654de6d85b4.tar.bz2
llvm-9802a6cbdc2ddcb445fc8620fd756654de6d85b4.tar.xz
Remove projects/sample.
As an example that was not actually being used, it suffered from a slow bitrot. The two main issues with it were that it had no cmake support and included a copy of the autoconf directory. The reality is that autoconf is not easily composable. The lack of composabilty is why we have clang options in llvm's configure. Suggesting that users include a copy of autoconf/ in their projects seems a bad idea. We are also in the process of switching to cmake, so pushing autoconf to new project is probably not what we want. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203728 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/MakefileGuide.rst')
-rw-r--r--docs/MakefileGuide.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/MakefileGuide.rst b/docs/MakefileGuide.rst
index 120c108de7..a5e273124a 100644
--- a/docs/MakefileGuide.rst
+++ b/docs/MakefileGuide.rst
@@ -47,9 +47,7 @@ quickly by utilizing the built-in features that are used to compile LLVM. LLVM
compiles itself using the same features of the makefile system as used for
projects.
-For complete details on setting up your projects configuration, simply mimic the
-``llvm/projects/sample`` project. Or for further details, consult the
-`Projects <Projects.html>`_ page.
+For further details, consult the `Projects <Projects.html>`_ page.
Variable Values
---------------