llvm-project/libcxx/lib/abi
Eric Fiselier 35355bb896 Remove two ABI symbols added after the 3.9 release
llvm-svn: 284200
2016-10-14 05:29:46 +00:00
..
3.9 Sort ABI lists by name so that changes don't generate big diffs 2016-10-14 05:04:00 +00:00
CHANGELOG.TXT Add ABI changelog entry for <any> 2016-10-14 05:10:06 +00:00
README.TXT
x86_64-apple-darwin16.0.abilist Sort ABI lists by name so that changes don't generate big diffs 2016-10-14 05:04:00 +00:00
x86_64-linux-gnu.abilist Remove two ABI symbols added after the 3.9 release 2016-10-14 05:29:46 +00: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.