[libcxx-commits] [libcxx] [libc++][docs][NFC] Add link to `VendorDocumentation.rst` from `TestingLibcxx.rst` (PR #108714)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Sep 14 10:46:04 PDT 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libcxx
Author: Hristo Hristov (H-G-Hristov)
<details>
<summary>Changes</summary>
...to make it easier for readers to locate how to build the library.
---
Full diff: https://github.com/llvm/llvm-project/pull/108714.diff
1 Files Affected:
- (modified) libcxx/docs/TestingLibcxx.rst (+1-1)
``````````diff
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:
``````````
</details>
https://github.com/llvm/llvm-project/pull/108714
More information about the libcxx-commits
mailing list