llvm-project/libcxx/lib/abi
Eric Fiselier 209a397060 Fix ABI configuration detection on OS X
llvm-svn: 286792
2016-11-14 03:03:13 +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 Fix ABI configuration detection on OS X 2016-11-14 03:03:13 +00:00
README.TXT
x86_64-apple-darwin16.0.0.abilist Add check-cxx-abilist target when supported. 2016-11-14 02:43:12 +00:00
x86_64-unknown-linux-gnu.abilist Add check-cxx-abilist target when supported. 2016-11-14 02:43:12 +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.