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

Frederic Cambus via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 29 06:49:32 PDT 2021


fcambus created this revision.
fcambus added reviewers: rsmith, xgupta.
fcambus requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D110715

Files:
  clang/docs/Toolchain.rst


Index: clang/docs/Toolchain.rst
===================================================================
--- clang/docs/Toolchain.rst
+++ 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++``.
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110715.375867.patch
Type: text/x-patch
Size: 503 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210929/17bcf499/attachment.bin>


More information about the cfe-commits mailing list