diff options
author | Chris Bieneman <beanz@apple.com> | 2015-03-13 01:58:14 +0000 |
---|---|---|
committer | Chris Bieneman <beanz@apple.com> | 2015-03-13 01:58:14 +0000 |
commit | 9f611e3a89c3a87d2748061d149c30e3b132f3a8 (patch) | |
tree | b4324da62d97ddeb19000d2dbacfdc2bdd65a2ab /llvm/docs/index.rst | |
parent | b6ef9a14de7fcf9cf11e996e09241e24596a6edf (diff) | |
download | bcm5719-llvm-9f611e3a89c3a87d2748061d149c30e3b132f3a8.tar.gz bcm5719-llvm-9f611e3a89c3a87d2748061d149c30e3b132f3a8.zip |
Updating GettingStarted documentation to reference CMake as the preferred 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
Diffstat (limited to 'llvm/docs/index.rst')
-rw-r--r-- | llvm/docs/index.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst index 63e8722fa68..adb541969fc 100644 --- a/llvm/docs/index.rst +++ b/llvm/docs/index.rst @@ -70,6 +70,7 @@ representation. CommandGuide/index GettingStarted GettingStartedVS + BuildingLLVMWithAutotools FAQ Lexicon HowToAddABuilder @@ -105,6 +106,10 @@ 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. |