You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/lib/abi
Eric Fiselier f22cb8b8c6 Update ABI lists for 5.0
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_50@311735 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
3.9 Fix handling of Apple target triple when checking the ABI lists. 9 years ago
4.0 Update ABI list for 4.0 release 9 years ago
5.0 Update ABI lists for 5.0 8 years ago
CHANGELOG.TXT [libc++] Make _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS export members 9 years ago
CMakeLists.txt Start libc++ python cleanup and consolidation. 9 years ago
README.TXT Add ABI Changelog and current symbol list for Linux 9 years ago
x86_64-apple-darwin16.abilist Adjust Apple ABI list after r294133 9 years ago
x86_64-unknown-linux-gnu.abilist [libc++] Mark some std::num_get method templates inline 9 years ago

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.