[libcxx-commits] [libcxx] Polishing documentation of libc++ (PR #132962)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 25 12:57:31 PDT 2025


================
@@ -39,26 +39,26 @@ Usually, libc++ is packaged and shipped by a vendor through some delivery vehicl
 (operating system distribution, SDK, toolchain, etc) and users don't need to do
 anything special in order to use the library.
 
-On systems where libc++ is provided but is not the default, Clang provides a flag
-called ``-stdlib=`` that can be used to decide which standard library is used.
+However, on systems where libc++ is provided but is not the default, we can envoke
+Clang with the flag ``-stdlib=`` to decide which standard library is used.
----------------
ldionne wrote:

```suggestion
However, on systems where libc++ is provided but is not the default, Clang can be invoked
with the ``-stdlib=`` flag to select which standard library is used.
```

https://github.com/llvm/llvm-project/pull/132962


More information about the libcxx-commits mailing list