summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit730df071c8780a6df552a03449b956273efe01a9 (patch)
tree0e1f4c91eb22e0d732a755b1b6ee3458fccf5558 /llvm/docs/MakefileGuide.rst
parentf4ad6983365a3b893584cf01d022c9d740cfeab1 (diff)
downloadbcm5719-llvm-730df071c8780a6df552a03449b956273efe01a9.tar.gz
bcm5719-llvm-730df071c8780a6df552a03449b956273efe01a9.zip
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. llvm-svn: 203728
Diffstat (limited to 'llvm/docs/MakefileGuide.rst')
-rw-r--r--llvm/docs/MakefileGuide.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/docs/MakefileGuide.rst b/llvm/docs/MakefileGuide.rst
index 120c108de78..a5e273124a4 100644
--- a/llvm/docs/MakefileGuide.rst
+++ b/llvm/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
---------------
OpenPOWER on IntegriCloud