summaryrefslogtreecommitdiffstats
path: root/libcxx
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2015-09-06 23:31:16 +0000
committerEric Fiselier <eric@efcs.ca>2015-09-06 23:31:16 +0000
commit27c1e5c2a9ff75002e94d518b05c2222877daba2 (patch)
treebdc2ac757c7ab5f4b1867665dd684addba091972 /libcxx
parent67ffd0e9afcbd5029ea42ad7a4e7a913652ccc43 (diff)
downloadbcm5719-llvm-27c1e5c2a9ff75002e94d518b05c2222877daba2.tar.gz
bcm5719-llvm-27c1e5c2a9ff75002e94d518b05c2222877daba2.zip
Cleanup BuildingLibcxx.rst and remove TODO
llvm-svn: 246952
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/docs/BuildingLibcxx.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/libcxx/docs/BuildingLibcxx.rst b/libcxx/docs/BuildingLibcxx.rst
index aa3a385cbde..e343dfddbf9 100644
--- a/libcxx/docs/BuildingLibcxx.rst
+++ b/libcxx/docs/BuildingLibcxx.rst
@@ -34,7 +34,7 @@ The basic steps needed to build libc++ are:
#. Configure and build libc++ with libc++abi:
- `CMake <CMake.html>`_ is the only supported configuration system. Unlike other LLVM
+ CMake is the only supported configuration system. Unlike other LLVM
projects autotools is not supported for either libc++ or libc++abi.
Clang is the preferred compiler when building and using libc++.
@@ -69,8 +69,8 @@ The instructions are for building libc++ on
FreeBSD, Linux, or Mac using `libc++abi`_ as the C++ ABI library.
On Linux, it is also possible to use :ref:`libsupc++ <libsupcxx>` or libcxxrt.
-It is sometimes beneficial to build outside of the LLVM tree. To build
-libc++ TODO
+It is sometimes beneficial to build outside of the LLVM tree. An out-of-tree
+build would look like this:
.. code-block:: bash
OpenPOWER on IntegriCloud