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