diff options
| -rw-r--r-- | lld/docs/development.rst | 5 | ||||
| -rw-r--r-- | lld/docs/getting_started.rst | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lld/docs/development.rst b/lld/docs/development.rst index c32f8c9e357..bfa50d86c3f 100644 --- a/lld/docs/development.rst +++ b/lld/docs/development.rst @@ -19,3 +19,8 @@ The project documentation is written in reStructuredText and generated using the `Sphinx <http://sphinx.pocoo.org/>`_ documentation generator. For more information on writing documentation for the project, see the :ref:`sphinx_intro`. + +.. toctree:: + :hidden: + + Readers diff --git a/lld/docs/getting_started.rst b/lld/docs/getting_started.rst index 75cfd1905a1..467d0d55c2c 100644 --- a/lld/docs/getting_started.rst +++ b/lld/docs/getting_started.rst @@ -51,6 +51,7 @@ On Unix-like Systems it is installed in an alternate location, you'll need to tell the cmake tool the location of the C and C++ compiler via CMAKE_C_COMPILER and CMAKE_CXX_COMPILER. For example:: + $ cmake -DCMAKE_CXX_COMPILER=/path/to/clang++ -DCMAKE_C_COMPILER=/path/to/clang ... 5. Test:: |

