Convert feature strings to lowercase even if they have a '+'/'-' in front of them.
[oota-llvm.git] / docs / index.rst
index 63e8722fa68e497d9741c0fce95c24e31c99c46f..adb541969fccde5ceb038a48f1d632335c9e6cbb 100644 (file)
@@ -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.