mirror of
https://github.com/darlinghq/darling-libcxx.git
synced 2024-11-23 20:09:41 +00:00
e97eb5d5ba
I forgot to add symbols for filesystem. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@363603 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
3.9 | ||
4.0 | ||
5.0 | ||
6.0 | ||
8.0 | ||
CHANGELOG.TXT | ||
CMakeLists.txt | ||
README.TXT | ||
x86_64-apple-darwin.v1.abilist | ||
x86_64-apple-darwin.v2.abilist | ||
x86_64-unknown-linux-gnu.v1.abilist |
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.