[libcxx] r246952 - Cleanup BuildingLibcxx.rst and remove TODO

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 6 16:31:16 PDT 2015


Author: ericwf
Date: Sun Sep  6 18:31:16 2015
New Revision: 246952

URL: http://llvm.org/viewvc/llvm-project?rev=246952&view=rev
Log:
Cleanup BuildingLibcxx.rst and remove TODO

Modified:
    libcxx/trunk/docs/BuildingLibcxx.rst

Modified: libcxx/trunk/docs/BuildingLibcxx.rst
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/docs/BuildingLibcxx.rst?rev=246952&r1=246951&r2=246952&view=diff
==============================================================================
--- libcxx/trunk/docs/BuildingLibcxx.rst (original)
+++ libcxx/trunk/docs/BuildingLibcxx.rst Sun Sep  6 18:31:16 2015
@@ -34,7 +34,7 @@ The basic steps needed to build libc++ a
 
 #. 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++
 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
 




More information about the cfe-commits mailing list