[libc][Obvious] Change `ninja llvmlibc` to `ninja libc` in the documentations.
authorTue Ly <lntue@google.com>
Fri, 3 Feb 2023 20:16:01 +0000 (15:16 -0500)
committerTue Ly <lntue@google.com>
Fri, 3 Feb 2023 20:16:01 +0000 (15:16 -0500)
libc/config/windows/README.md
libc/docs/overlay_mode.rst
libc/src/math/docs/add_math_function.md

index ca3cf1a2f0c875265d72bc63b51fd3088368b5af..3ac058e207a65b0d9d51a6a49af32560a3b0ef37 100644 (file)
@@ -83,7 +83,7 @@ libc, and finally, build and test the libc.
 10. Build LLVM libc using:
 
     ```
-    ninja llvmlibc
+    ninja libc
 
     ```
 
index c0f4d896ff961c4be4a9433047e6ef40f5bfc063..723ec5bb2522dc0c32e98d87ff6e969adc61a443 100644 (file)
@@ -48,7 +48,7 @@ Next, build the libc:
 
 .. code-block:: sh
 
-  $> ninja llvmlibc
+  $> ninja libc
 
 The build step will build the static archive the in the directory
 ``build/projects/libc/lib``. Notice that the above CMake configure step also
@@ -83,7 +83,7 @@ as ``clang`` will be built before building ``libllvmlibc.a``.
 
 .. code-block:: sh
 
-  $> ninja llvmlibc
+  $> ninja libc
   $> ninja install-llvmlibc
 
 Using the overlay static archive
index f605efa62840ca8a62c3400a760c14bfe225fe01..09ac06e15103a53f6496cfb1fdfc41d55c2ee65b 100644 (file)
@@ -152,7 +152,7 @@ implementation (which is very often glibc).
 
 - Build the whole `libc`:
 ```
-  $ ninja llvmlibc
+  $ ninja libc
 ```
 
 - Run all unit tests: