teak-llvm/libcxx/lib/abi
Eric Fiselier c7a28dee10 Update darwin ABI list for <variant>
llvm-svn: 288551
2016-12-02 23:14:18 +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 Update ABI lists for <variant> 2016-12-02 23:11:28 +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 darwin ABI list for <variant> 2016-12-02 23:14:18 +00:00
x86_64-unknown-linux-gnu.abilist Update ABI lists for <variant> 2016-12-02 23:11:28 +00:00

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.