From 5c25739f087df85ab3e49b4d6a716c3f4840d05c Mon Sep 17 00:00:00 2001 From: Hristo Hristov 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++ `, 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: