Skip to content

Commit

Permalink
[libc][Obvious] Change ninja llvmlibc to ninja libc in the docume…
Browse files Browse the repository at this point in the history
…ntations.
  • Loading branch information
lntue committed Feb 3, 2023
1 parent c1e2524 commit a48c4a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libc/config/windows/README.md
Expand Up @@ -83,7 +83,7 @@ libc, and finally, build and test the libc.
10. Build LLVM libc using:

```
ninja llvmlibc
ninja libc
```

Expand Down
4 changes: 2 additions & 2 deletions libc/docs/overlay_mode.rst
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libc/src/math/docs/add_math_function.md
Expand Up @@ -152,7 +152,7 @@ implementation (which is very often glibc).

- Build the whole `libc`:
```
$ ninja llvmlibc
$ ninja libc
```

- Run all unit tests:
Expand Down

0 comments on commit a48c4a4

Please sign in to comment.