Skip to content

Commit

Permalink
[docs] Remove references to autotools build.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@259280 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
vonosmas committed Jan 30, 2016
1 parent b31edea commit af1aa14
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 352 deletions.
2 changes: 1 addition & 1 deletion CODE_OWNERS.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ D: parts of code generator not covered by someone else

N: Eric Christopher
E: [email protected]
D: Debug Information, autotools/configure/make build, inline assembly
D: Debug Information, inline assembly

N: Greg Clayton
E: [email protected]
Expand Down
338 changes: 0 additions & 338 deletions docs/BuildingLLVMWithAutotools.rst

This file was deleted.

8 changes: 3 additions & 5 deletions docs/GettingStarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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``.

Expand Down
4 changes: 1 addition & 3 deletions docs/GoldPlugin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ will either need to build gold or install a version with plugin support.
the ``-plugin`` option. Running ``make`` will additionally build
``build/binutils/ar`` and ``nm-new`` binaries supporting plugins.

* Build the LLVMgold plugin. If building with autotools, run configure with
``--with-binutils-include=/path/to/binutils/include`` and run ``make``.
If building with CMake, run cmake with
* Build the LLVMgold plugin. Run CMake with
``-DLLVM_BINUTILS_INCDIR=/path/to/binutils/include``. The correct include
path will contain the file ``plugin-api.h``.

Expand Down
5 changes: 0 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ representation.
CommandGuide/index
GettingStarted
GettingStartedVS
BuildingLLVMWithAutotools
FAQ
Lexicon
HowToAddABuilder
Expand Down Expand Up @@ -107,10 +106,6 @@ representation.
An addendum to the main Getting Started guide for those using Visual Studio
on Windows.

:doc:`BuildingLLVMWithAutotools`
An addendum to the Getting Started guide with instructions for building LLVM
with the Autotools build system.

:doc:`tutorial/index`
Tutorials about using LLVM. Includes a tutorial about making a custom
language with LLVM.
Expand Down

0 comments on commit af1aa14

Please sign in to comment.