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

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Sat Sep 14 10:45:28 PDT 2024


https://github.com/H-G-Hristov created https://github.com/llvm/llvm-project/pull/108714

...to make it easier for readers to locate how to build the library.

>From 5c25739f087df85ab3e49b4d6a716c3f4840d05c Mon Sep 17 00:00:00 2001
From: Hristo Hristov <hghristov.rmm at gmail.com>
Date: Sat, 14 Sep 2024 20:45:02 +0300
Subject: [PATCH] [libc++][docs][NFC] Add link to `VendorDocumentation.rst`
 from `TestingLibcxx.rst`

...to make it easier for readers to locate how to build the library.
---
 libcxx/docs/TestingLibcxx.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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