[clang] 7a7caf9 - [clang] Fix library name (libsupc++) in the admonition note.
Shivam Gupta via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 29 07:17:39 PDT 2021
Author: Frederic Cambus
Date: 2021-09-29T19:45:06+05:30
New Revision: 7a7caf97012f53172743d650fd3c97bce99f86ef
URL: https://github.com/llvm/llvm-project/commit/7a7caf97012f53172743d650fd3c97bce99f86ef
DIFF: https://github.com/llvm/llvm-project/commit/7a7caf97012f53172743d650fd3c97bce99f86ef.diff
LOG: [clang] Fix library name (libsupc++) in the admonition note.
Differential Revision: https://reviews.llvm.org/D110715
Added:
Modified:
clang/docs/Toolchain.rst
Removed:
################################################################################
diff --git a/clang/docs/Toolchain.rst b/clang/docs/Toolchain.rst
index 9c4099e15c98c..2ed835c0317e4 100644
--- a/clang/docs/Toolchain.rst
+++ b/clang/docs/Toolchain.rst
@@ -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++``.
More information about the cfe-commits
mailing list