From b22481a33ba4f34524108d5c6ac2e9bd6b1b4a56 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Sun, 6 Sep 2015 23:31:16 +0000 Subject: [PATCH] Cleanup BuildingLibcxx.rst and remove TODO git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@246952 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/BuildingLibcxx.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/BuildingLibcxx.rst b/docs/BuildingLibcxx.rst index aa3a385cb..e343dfddb 100644 --- a/docs/BuildingLibcxx.rst +++ b/docs/BuildingLibcxx.rst @@ -34,7 +34,7 @@ The basic steps needed to build libc++ are: #. Configure and build libc++ with libc++abi: - `CMake `_ 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++ ` 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