hanchenye-llvm-project/libcxx/lib/abi
Louis Dionne be8c669af0 [libc++] Update ABI list for ABI v2
I forgot to add symbols for filesystem.

llvm-svn: 363603
2019-06-17 19:37:26 +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++] Make sure we re-export some missing libc++abi symbols from libc++ 2019-04-18 17:18:15 +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.