forked from OSchip/llvm-project
![]() The `posix_memalign@GLIBC_2.2.5` symbol can't have been added by r284206, because it doesn't show up in the corresponding ABI list. It's also not defined in libc++, so that wouldn't make sense. It must have made it into that comment by mistake. |
||
---|---|---|
.. | ||
3.9 | ||
4.0 | ||
5.0 | ||
6.0 | ||
8.0 | ||
9.0 | ||
CHANGELOG.TXT | ||
CMakeLists.txt | ||
README.TXT | ||
x86_64-apple-darwin.v1.abilist | ||
x86_64-unknown-linux-gnu.v1.abilist |
README.TXT
This directory contains abi lists representing the symbols exported by the libc++ library. The lists are generated using libcxx/utils/generate_abi_list.py. Every time a symbol is added or removed from the libc++ library, each of the lists *MUST* be updated to reflect the changes. This can be done by using the `generate-cxx-abilist` CMake target. We do not keep an up-to-date ABI list for all the build configurations of libc++. Currently, only the default configuration on MacOS and Linux are supported.