hanchenye-llvm-project/libcxx/lib/abi
Eric Fiselier 89e41b49f6 Update Linux ABI lists to reflect inlining change in LLVM. More investigation tomorrow.
llvm-svn: 292929
2017-01-24 13:03:40 +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 Fix handling of Apple target triple when checking the ABI lists. 2017-01-20 00:57:08 +00:00
CHANGELOG.TXT Fix debug mode build w/o exceptions 2016-12-28 05:20:27 +00:00
CMakeLists.txt Fix handling of Apple target triple when checking the ABI lists. 2017-01-20 00:57:08 +00:00
README.TXT
x86_64-apple-darwin16.abilist Fix handling of Apple target triple when checking the ABI lists. 2017-01-20 00:57:08 +00:00
x86_64-unknown-linux-gnu.abilist Update Linux ABI lists to reflect inlining change in LLVM. More investigation tomorrow. 2017-01-24 13:03:40 +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.