blob: f098b80403aaffff9f49704d774ca1d4c758c6e5 [file] [log] [blame]
Eric Fiselier8d905c02016-10-14 02:27:44 +00001This directory contains abi lists representing the symbols exported
2by the libc++ library. The lists are generated using sym_extract.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.
6
7TODO Add more documentation about generating and using the lists.
8TODO Add more documentation about the build configuration the lists are generated against.