summaryrefslogtreecommitdiffstats
path: root/llvm/docs/BuildingLLVMWithAutotools.rst
Commit message (Collapse)AuthorAgeFilesLines
* [docs] Remove references to autotools build.Alexey Samsonov2016-01-301-338/+0
| | | | llvm-svn: 259280
* Fixing the documentation buildsChris Bieneman2016-01-261-1/+1
| | | | | | I broke the documentation builds when I deleted the MakefileGuide as part of the autoconf removal. At some point I'll need to do a more in-depth pass updating the documentation to remove references to the old build system. llvm-svn: 258873
* Deprecate AutoconfChris Bieneman2015-11-091-0/+6
| | | | | | | | As per the very positive feedback from llvm-dev (http://lists.llvm.org/pipermail/llvm-dev/2015-November/092150.html), this commit officially deprecates the LLVM autoconf-based build system. Anyone still using it should switch to CMake. llvm-svn: 252520
* Clean up docs references to './configure' in preparation for deprecating ↵Jonathan Roelofs2015-04-291-5/+5
| | | | | | | | in-source builds http://reviews.llvm.org/D8787 llvm-svn: 236144
* A few minor updates based on feedback from Justin and a few things I thought ↵Chris Bieneman2015-03-141-0/+35
| | | | | | | | | | | | were missing. * Moved autotools configure & build example out of "Getting Started Quickly (A Summary)" and into BuildingLLVMWithAutoTools. * Removed the annotations that CMake is the recommended process and Autotools is alternate. * Added brief documentation about build targets under "Getting Started Quickly..." * Added Overview text to BuildingLLVMWithAutotools * Fixed up a broken link. llvm-svn: 232278
* Updating GettingStarted documentation to reference CMake as the preferred ↵Chris Bieneman2015-03-131-0/+297
way to build LLVM. Reviewers: chandlerc, samsonov, echristo Reviewed By: samsonov Subscribers: emaste, joker.eph, llvm-commits Differential Revision: http://reviews.llvm.org/D8046 llvm-svn: 232135
OpenPOWER on IntegriCloud