diff --git a/clang/docs/Toolchain.rst b/clang/docs/Toolchain.rst --- a/clang/docs/Toolchain.rst +++ b/clang/docs/Toolchain.rst @@ -312,7 +312,7 @@ .. 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++``.