[libcxx-commits] [libcxx] 397e4dc - [libc++][docs] Add link to `VendorDocumentation.rst` from `TestingLibcxx.rst` (#108714)

via libcxx-commits libcxx-commits at lists.llvm.org
Mon Sep 16 12:34:06 PDT 2024


Author: Hristo Hristov
Date: 2024-09-16T15:34:02-04:00
New Revision: 397e4dcdc94d3abb853ead7318df5920be697180

URL: https://github.com/llvm/llvm-project/commit/397e4dcdc94d3abb853ead7318df5920be697180
DIFF: https://github.com/llvm/llvm-project/commit/397e4dcdc94d3abb853ead7318df5920be697180.diff

LOG: [libc++][docs] Add link to `VendorDocumentation.rst` from `TestingLibcxx.rst` (#108714)

This makes it easier for readers to locate how to build the library.

Added: 
    

Modified: 
    libcxx/docs/TestingLibcxx.rst

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/TestingLibcxx.rst b/libcxx/docs/TestingLibcxx.rst
index 55f84a312e85c8..3d43a66745bedf 100644
--- a/libcxx/docs/TestingLibcxx.rst
+++ b/libcxx/docs/TestingLibcxx.rst
@@ -26,7 +26,7 @@ Please see the `Lit Command Guide`_ for more information about LIT.
 Usage
 -----
 
-After building libc++, you can run parts of the libc++ test suite by simply
+After :ref:`building libc++ <VendorDocumentation>`, you can run parts of the libc++ test suite by simply
 running ``llvm-lit`` on a specified test or directory. If you're unsure
 whether the required libraries have been built, you can use the
 ``cxx-test-depends`` target. For example:


        


More information about the libcxx-commits mailing list