[clang] Fix library name (libsupc++) in the admonition note.

Differential Revision: https://reviews.llvm.org/D110715
This commit is contained in:
Frederic Cambus 2021-09-29 19:44:47 +05:30 committed by Shivam Gupta
parent 8a645fc44b
commit 7a7caf9701

View File

@ -312,7 +312,7 @@ library version of libstdc++ contains a copy of libsupc++.
.. note::
Clang does not currently automatically link against libatomic when statically
Clang does not currently automatically link against libsupc++ when statically
linking libstdc++. You may need to manually add ``-lsupc++`` to support this
configuration when using ``-static`` or ``-static-libstdc++``.