llvm-project/libcxx/lib/abi
Eric Fiselier 0f0a077c89 Remove additional function template definitions from the dylib
llvm-svn: 285537
2016-10-31 03:40:29 +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 Remove additional function template definitions from the dylib 2016-10-31 03:40:29 +00:00
README.TXT
x86_64-apple-darwin16.0.abilist Revert addition of __libcpp_library_version 2016-10-28 22:37:24 +00:00
x86_64-linux-gnu.abilist Remove additional function template definitions from the dylib 2016-10-31 03:40:29 +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.