llvm-project/libcxx/lib/abi
Louis Dionne 6409d75698 [NFC] Add missing revision for removal of bad_array_length in ABI changelog
llvm-svn: 352513
2019-01-29 16:30:11 +00:00
..
3.9 Fix handling of Apple target triple when checking the ABI lists. 2017-01-20 00:57:08 +00:00
4.0 Update ABI list for 4.0 release 2017-03-02 19:59:53 +00:00
5.0 Update ABI lists after change in r333467. 2018-05-29 23:52:14 +00:00
6.0 Update ABI lists after change in r333467. 2018-05-29 23:52:14 +00:00
CHANGELOG.TXT [NFC] Add missing revision for removal of bad_array_length in ABI changelog 2019-01-29 16:30:11 +00:00
CMakeLists.txt [libcxx] Fix the definition of the check-cxx-abilist target on Darwin 2018-09-22 18:39:38 +00:00
README.TXT
x86_64-apple-darwin.v1.abilist [libcxx] Remove bad_array_length 2018-11-29 19:44:57 +00:00
x86_64-apple-darwin.v2.abilist [libcxx] Remove bad_array_length 2018-11-29 19:44:57 +00:00
x86_64-unknown-linux-gnu.v1.abilist [libcxx] Make sure we can build with -fvisibility=hidden on Linux 2018-11-21 16:24:46 +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.