summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Kledzik <kledzik@apple.com>2012-06-18 20:24:47 +0000
committerNick Kledzik <kledzik@apple.com>2012-06-18 20:24:47 +0000
commit920ceddf807410e615bd888bed4bbb6a5849fdac (patch)
tree8b6d8204aab0a57cc63a144e62928917b16a7679
parent626a4ecf3a530fff45f06429378eeb12c34daf65 (diff)
downloadbcm5719-llvm-920ceddf807410e615bd888bed4bbb6a5849fdac.tar.gz
bcm5719-llvm-920ceddf807410e615bd888bed4bbb6a5849fdac.zip
Fix Sphinx warning. Patch by Sean Silva
llvm-svn: 158678
-rw-r--r--lld/docs/development.rst5
-rw-r--r--lld/docs/getting_started.rst1
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::
OpenPOWER on IntegriCloud