Name Date Size #Lines LOC

..--

CHANGELOG.TXTH A D25-Apr-202554.8 KiB1,063917

CMakeLists.txtH A D25-Apr-20253 KiB8173

README.TXTH A D25-Apr-2025508 107

arm64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilistH A D25-Apr-2025243 KiB2,6302,630

i686-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilistH A D25-Apr-2025234.1 KiB2,3372,337

powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilistH A D25-Apr-2025307.9 KiB2,0252,025

powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilistH A D25-Apr-2025307.9 KiB2,0252,025

x86_64-apple-darwin.libcxxabi.v1.stable.exceptions.nonew.abilistH A D25-Apr-2025246.1 KiB2,6642,664

x86_64-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilistH A D25-Apr-2025233.8 KiB2,3312,331

x86_64-unknown-freebsd.libcxxabi.v1.stable.exceptions.nonew.abilistH A D25-Apr-2025207.1 KiB2,0322,032

x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.abilistH A D25-Apr-2025207.2 KiB2,0332,033

x86_64-unknown-linux-gnu.libcxxabi.v1.stable.noexceptions.nonew.abilistH A D25-Apr-2025205 KiB2,0052,004

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