Louis Dionne d3253a749c [libc++] Add missing revision number in ABI changelog 5 жил өмнө
..
3.9 fba0eeeddd Fix handling of Apple target triple when checking the ABI lists. 8 жил өмнө
4.0 c6748b28c4 Update ABI list for 4.0 release 8 жил өмнө
5.0 6d9d212ebb Update ABI lists after change in r333467. 7 жил өмнө
6.0 6d9d212ebb Update ABI lists after change in r333467. 7 жил өмнө
8.0 e8be8717a3 Add ABI list directories for 8.0 6 жил өмнө
CHANGELOG.TXT d3253a749c [libc++] Add missing revision number in ABI changelog 5 жил өмнө
CMakeLists.txt 7c3b27d2c9 [libcxx] Fix the definition of the check-cxx-abilist target on Darwin 7 жил өмнө
README.TXT b17cc02df2 Add ABI Changelog and current symbol list for Linux 8 жил өмнө
x86_64-apple-darwin.v1.abilist 2696247a2f [libc++] Make sure we re-export some missing libc++abi symbols from libc++ 6 жил өмнө
x86_64-apple-darwin.v2.abilist e97eb5d5ba [libc++] Update ABI list for ABI v2 6 жил өмнө
x86_64-unknown-linux-gnu.v1.abilist e598abfa71 Fixup ABI lists on Linux after adding <filesystem> to the dylib. 6 жил өмнө

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.