android13/external/libcxx/lib/abi
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
3.9 initial 2024-06-22 20:45:49 +08:00
4.0 initial 2024-06-22 20:45:49 +08:00
5.0 initial 2024-06-22 20:45:49 +08:00
6.0 initial 2024-06-22 20:45:49 +08:00
CHANGELOG.TXT initial 2024-06-22 20:45:49 +08:00
CMakeLists.txt initial 2024-06-22 20:45:49 +08:00
README.TXT initial 2024-06-22 20:45:49 +08:00
x86_64-apple-darwin.v1.abilist initial 2024-06-22 20:45:49 +08:00
x86_64-apple-darwin.v2.abilist initial 2024-06-22 20:45:49 +08:00
x86_64-unknown-linux-gnu.v1.abilist initial 2024-06-22 20:45:49 +08:00

README.TXT

This directory contains abi lists representing the symbols exported
by the libc++ library. The lists are generated using sym_extract.py.

Every time a symbol is added or removed from the libc++ library each of the
lists *MUST* be updated to reflect the changes.

TODO Add more documentation about generating and using the lists.
TODO Add more documentation about the build configuration the lists are generated against.