llvm-project/libcxx/lib/abi
Eric Fiselier edfd47d40f update Apples ABI list to ignore non-std symbols
llvm-svn: 287301
2016-11-18 02:36:58 +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
CMakeLists.txt Change sym_check to filter non-stdlib symbols. 2016-11-18 01:40:20 +00:00
README.TXT
x86_64-apple-darwin16.0.0.abilist update Apples ABI list to ignore non-std symbols 2016-11-18 02:36:58 +00:00
x86_64-unknown-linux-gnu.abilist Change sym_check to filter non-stdlib symbols. 2016-11-18 01:40:20 +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.