[libc-commits] [libc] a48c4a4 - [libc][Obvious] Change `ninja llvmlibc` to `ninja libc` in the documentations.

Tue Ly via libc-commits libc-commits at lists.llvm.org
Fri Feb 3 12:17:20 PST 2023


Author: Tue Ly
Date: 2023-02-03T15:16:01-05:00
New Revision: a48c4a45e0c517bf1508b3c55cf1d4d875a92353

URL: https://github.com/llvm/llvm-project/commit/a48c4a45e0c517bf1508b3c55cf1d4d875a92353
DIFF: https://github.com/llvm/llvm-project/commit/a48c4a45e0c517bf1508b3c55cf1d4d875a92353.diff

LOG: [libc][Obvious] Change `ninja llvmlibc` to `ninja libc` in the documentations.

Added: 
    

Modified: 
    libc/config/windows/README.md
    libc/docs/overlay_mode.rst
    libc/src/math/docs/add_math_function.md

Removed: 
    


################################################################################
diff  --git a/libc/config/windows/README.md b/libc/config/windows/README.md
index ca3cf1a2f0c87..3ac058e207a65 100644
--- a/libc/config/windows/README.md
+++ b/libc/config/windows/README.md
@@ -83,7 +83,7 @@ libc, and finally, build and test the libc.
 10. Build LLVM libc using:
 
     ```
-    ninja llvmlibc
+    ninja libc
 
     ```
 

diff  --git a/libc/docs/overlay_mode.rst b/libc/docs/overlay_mode.rst
index c0f4d896ff961..723ec5bb2522d 100644
--- a/libc/docs/overlay_mode.rst
+++ b/libc/docs/overlay_mode.rst
@@ -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

diff  --git a/libc/src/math/docs/add_math_function.md b/libc/src/math/docs/add_math_function.md
index f605efa62840c..09ac06e15103a 100644
--- a/libc/src/math/docs/add_math_function.md
+++ b/libc/src/math/docs/add_math_function.md
@@ -152,7 +152,7 @@ implementation (which is very often glibc).
 
 - Build the whole `libc`:
 ```
-  $ ninja llvmlibc
+  $ ninja libc
 ```
 
 - Run all unit tests:


        


More information about the libc-commits mailing list