Revert "Remove legacy CMake targets for libcxx and libcxxabi"
This reverts commit f383fb40b. It looks like several of our build bots
are still using the legacy target names, so we'll change those before
we commit this change again.
Cr-Mirrored-From: https://chromium.googlesource.com/external/github.com/llvm/llvm-project
Cr-Mirrored-Commit: 04d48111bf932c2beb51784061a41a7938032a4e
diff --git a/docs/BuildingLibcxx.rst b/docs/BuildingLibcxx.rst
index ab5c72d..f2fff0e 100644
--- a/docs/BuildingLibcxx.rst
+++ b/docs/BuildingLibcxx.rst
@@ -68,7 +68,7 @@
-DLIBCXX_CXX_ABI_INCLUDE_PATHS=path/to/separate/libcxxabi/include \
path/to/llvm-project/libcxx
$ make
- $ make check-cxx # optional
+ $ make check-libcxx # optional
Experimental Support for Windows
diff --git a/docs/TestingLibcxx.rst b/docs/TestingLibcxx.rst
index 0dddfd6..d295d13 100644
--- a/docs/TestingLibcxx.rst
+++ b/docs/TestingLibcxx.rst
@@ -8,9 +8,9 @@
Getting Started
===============
-libc++ uses LIT to configure and run its tests.
+libc++ uses LIT to configure and run its tests.
-The primary way to run the libc++ tests is by using `make check-cxx`.
+The primary way to run the libc++ tests is by using `make check-libcxx`.
However since libc++ can be used in any number of possible
configurations it is important to customize the way LIT builds and runs