llvm-project/libcxx/lib/abi
Louis Dionne 557e268425 [libc++] NFC: Remove symbol from ABI list changelog that was never added
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.
2020-11-12 14:35:56 -05:00
..
3.9
4.0
5.0 Update ABI lists after change in r333467. 2018-05-29 23:52:14 +00:00
6.0 Update ABI lists after change in r333467. 2018-05-29 23:52:14 +00:00
8.0 Add ABI list directories for 8.0 2019-02-10 04:09:46 +00:00
9.0 [libc++] Add ABI list for 9.0 release 2020-02-18 10:50:49 -05:00
CHANGELOG.TXT [libc++] NFC: Remove symbol from ABI list changelog that was never added 2020-11-12 14:35:56 -05:00
CMakeLists.txt [libc++] Make it easier to re-generate the ABI lists 2020-11-02 11:36:35 -05:00
README.TXT [libc++] Make it easier to re-generate the ABI lists 2020-11-02 11:36:35 -05:00
x86_64-apple-darwin.v1.abilist [libc++] Instantiate additional <iostream> members in the dylib 2020-11-12 13:52:47 -05:00
x86_64-unknown-linux-gnu.v1.abilist [libc++] Instantiate additional <iostream> members in the dylib 2020-11-12 13:52:47 -05:00

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.