darling-libcxx/lib/abi
Louis Dionne e97eb5d5ba [libc++] Update ABI list for ABI v2
I forgot to add symbols for filesystem.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@363603 91177308-0d34-0410-b5e6-96231b3b80d8
2019-06-17 19:37:26 +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
8.0 Add ABI list directories for 8.0 2019-02-10 04:09:46 +00:00
CHANGELOG.TXT [libc++] Make sure we re-export some missing libc++abi symbols from libc++ 2019-04-18 17:18:15 +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 Add ABI Changelog and current symbol list for Linux 2016-10-14 02:27:44 +00:00
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

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.