diff options
| author | Eric Fiselier <eric@efcs.ca> | 2016-08-28 18:33:08 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2016-08-28 18:33:08 +0000 |
| commit | a13a2056f68e97284e05c4cdf0967114de42147d (patch) | |
| tree | 9ee5d622a4bf49db3dce1b3df0b61cf832eaba0f /libcxx/docs | |
| parent | cd7d0c6aca37a58e1df4676908e6ac46eb6c3455 (diff) | |
| download | bcm5719-llvm-a13a2056f68e97284e05c4cdf0967114de42147d.tar.gz bcm5719-llvm-a13a2056f68e97284e05c4cdf0967114de42147d.zip | |
[Docs] Update libc++ target names after r279675.
llvm-svn: 279940
Diffstat (limited to 'libcxx/docs')
| -rw-r--r-- | libcxx/docs/BuildingLibcxx.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/docs/BuildingLibcxx.rst b/libcxx/docs/BuildingLibcxx.rst index 6709352b501..26fa2a4a584 100644 --- a/libcxx/docs/BuildingLibcxx.rst +++ b/libcxx/docs/BuildingLibcxx.rst @@ -49,7 +49,7 @@ The basic steps needed to build libc++ are: For more information about configuring libc++ see :ref:`CMake Options`. * ``make cxx`` --- will build libc++ and libc++abi. - * ``make check-libcxx check-libcxxabi`` --- will run the test suites. + * ``make check-cxx check-cxxabi`` --- will run the test suites. Shared libraries for libc++ and libc++ abi should now be present in llvm/build/lib. See :ref:`using an alternate libc++ installation <alternate libcxx>` @@ -60,7 +60,7 @@ The basic steps needed to build libc++ are: careful not to replace it. Remember Use the CMake option ``CMAKE_INSTALL_PREFIX`` to select a safe place to install libc++. - * ``make install-libcxx install-libcxxabi`` --- Will install the libraries and the headers + * ``make install-cxx install-cxxabi`` --- Will install the libraries and the headers .. warning:: * Replacing your systems libc++ installation could render the system non-functional. |

