diff options
author | Alexey Samsonov <vonosmas@gmail.com> | 2016-01-30 01:10:15 +0000 |
---|---|---|
committer | Alexey Samsonov <vonosmas@gmail.com> | 2016-01-30 01:10:15 +0000 |
commit | f18fba6d96de9bd87ac84d0baf5e442fabed8813 (patch) | |
tree | 24bedad1c65a940159876de99a6012dd615200fd /llvm/docs/GettingStarted.rst | |
parent | ead59f4765dbac58c3a3fbbda405ac05b5289ad2 (diff) | |
download | bcm5719-llvm-f18fba6d96de9bd87ac84d0baf5e442fabed8813.tar.gz bcm5719-llvm-f18fba6d96de9bd87ac84d0baf5e442fabed8813.zip |
[docs] Remove references to autotools build.
llvm-svn: 259280
Diffstat (limited to 'llvm/docs/GettingStarted.rst')
-rw-r--r-- | llvm/docs/GettingStarted.rst | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/llvm/docs/GettingStarted.rst b/llvm/docs/GettingStarted.rst index 484989f1c95..c92627a3f35 100644 --- a/llvm/docs/GettingStarted.rst +++ b/llvm/docs/GettingStarted.rst @@ -76,8 +76,7 @@ Here's the short story for getting up and running quickly with LLVM: #. Configure and build LLVM and Clang: - The usual build uses `CMake <CMake.html>`_. If you would rather use - autotools, see `Building LLVM with autotools <BuildingLLVMWithAutotools.html>`_. + The build uses `CMake <CMake.html>`_. Although the build is known to work with CMake >= 2.8.8, we recommend CMake >= v3.2, especially if you're generating Ninja build files. @@ -713,9 +712,8 @@ Local LLVM Configuration ------------------------ Once checked out from the Subversion repository, the LLVM suite source code must -be configured before being built. For instructions using autotools please see -`Building LLVM With Autotools <BuildingLLVMWithAutotools.html>`_. The -recommended process uses CMake. Unlinke the normal ``configure`` script, CMake +be configured before being built. This process uses CMake. +Unlinke the normal ``configure`` script, CMake generates the build files in whatever format you request as well as various ``*.inc`` files, and ``llvm/include/Config/config.h``. |