[libcxx-commits] [libcxx] 9fca031 - [libc++] Fix mistake in documentation of libcxx-lit script
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon May 8 05:59:12 PDT 2023
Author: Louis Dionne
Date: 2023-05-08T08:59:01-04:00
New Revision: 9fca0313f8c34ca9b4b5c434d4d013e86f47537a
URL: https://github.com/llvm/llvm-project/commit/9fca0313f8c34ca9b4b5c434d4d013e86f47537a
DIFF: https://github.com/llvm/llvm-project/commit/9fca0313f8c34ca9b4b5c434d4d013e86f47537a.diff
LOG: [libc++] Fix mistake in documentation of libcxx-lit script
Added:
Modified:
libcxx/utils/libcxx-lit
Removed:
################################################################################
diff --git a/libcxx/utils/libcxx-lit b/libcxx/utils/libcxx-lit
index b2b3d754b1e7..f2b522979470 100755
--- a/libcxx/utils/libcxx-lit
+++ b/libcxx/utils/libcxx-lit
@@ -12,7 +12,7 @@ Shortcut to build the libc++ testing dependencies and run the libc++ tests with
<build-directory> The path to the build directory to use for building the library.
[lit options...] Optional options to pass to 'llvm-lit'.
-tests... Paths of the tests to run. Those are paths relative to '<monorepo-root>/libcxx/test'.
+tests... Paths of the tests to run. Those paths are relative to '<monorepo-root>'.
Example
=======
More information about the libcxx-commits
mailing list