hanchenye-llvm-project/libcxx/lib/abi
Louis Dionne 0961a152d8 [libc++] Add missing revision number in ABI changelog
llvm-svn: 373625
2019-10-03 16:50:05 +00:00
..
3.9
4.0
5.0
6.0
8.0 Add ABI list directories for 8.0 2019-02-10 04:09:46 +00:00
CHANGELOG.TXT [libc++] Add missing revision number in ABI changelog 2019-10-03 16:50:05 +00:00
CMakeLists.txt
README.TXT
x86_64-apple-darwin.v1.abilist [libc++] Make sure we re-export some missing libc++abi symbols from libc++ 2019-04-18 17:18:15 +00:00
x86_64-apple-darwin.v2.abilist [libc++] Update ABI list for ABI v2 2019-06-17 19:37:26 +00:00
x86_64-unknown-linux-gnu.v1.abilist Fixup ABI lists on Linux after adding <filesystem> to the dylib. 2019-03-19 19:20:43 +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.