Name Date Size #Lines LOC

..13-Mar-2025-

CHANGELOG.TXTH A D13-Mar-202544.1 KiB843726

CMakeLists.txtH A D13-Mar-20253 KiB8173

README.TXTH A D13-Mar-2025508 107

arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilistH A D13-Mar-2025235.1 KiB2,5152,515

powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilistH A D13-Mar-2025304.3 KiB2,0012,001

powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilistH A D13-Mar-2025304.5 KiB2,0032,003

x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilistH A D13-Mar-2025237.7 KiB2,5452,545

x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.abilistH A D13-Mar-2025204.7 KiB2,0092,009

x86_64-unknown-linux-gnu.libcxxabi.v1.stable.noexceptions.nonew.abilistH A D13-Mar-2025202.6 KiB1,9811,981

README.TXT

1This directory contains abi lists representing the symbols exported
2by the libc++ library. The lists are generated using libcxx/utils/generate_abi_list.py.
3
4Every time a symbol is added or removed from the libc++ library, each of the
5lists *MUST* be updated to reflect the changes. This can be done by using the
6`generate-cxx-abilist` CMake target.
7
8We do not keep an up-to-date ABI list for all the build configurations of libc++.
9Currently, only the default configuration on MacOS and Linux are supported.
10