xref: /aosp_15_r20/external/libcxx/lib/abi/README.TXT (revision 58b9f456b02922dfdb1fad8a988d5fd8765ecb80)
1*58b9f456SAndroid Build Coastguard WorkerThis directory contains abi lists representing the symbols exported
2*58b9f456SAndroid Build Coastguard Workerby the libc++ library. The lists are generated using sym_extract.py.
3*58b9f456SAndroid Build Coastguard Worker
4*58b9f456SAndroid Build Coastguard WorkerEvery time a symbol is added or removed from the libc++ library each of the
5*58b9f456SAndroid Build Coastguard Workerlists *MUST* be updated to reflect the changes.
6*58b9f456SAndroid Build Coastguard Worker
7*58b9f456SAndroid Build Coastguard WorkerTODO Add more documentation about generating and using the lists.
8*58b9f456SAndroid Build Coastguard WorkerTODO Add more documentation about the build configuration the lists are generated against.
9