mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-02 07:16:29 +00:00
[clang] Fix library name (libsupc++) in the admonition note.
Differential Revision: https://reviews.llvm.org/D110715
This commit is contained in:
parent
8a645fc44b
commit
7a7caf9701
@ -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++``.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user