summaryrefslogtreecommitdiff
path: root/lib/abi/README.TXT
blob: f098b80403aaffff9f49704d774ca1d4c758c6e5 (plain)
1
2
3
4
5
6
7
8
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.