[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git] / libcxx / lib / abi / README.TXT
blobf098b80403aaffff9f49704d774ca1d4c758c6e5
1 This directory contains abi lists representing the symbols exported
2 by the libc++ library. The lists are generated using sym_extract.py.
4 Every time a symbol is added or removed from the libc++ library each of the
5 lists *MUST* be updated to reflect the changes.
7 TODO Add more documentation about generating and using the lists.
8 TODO Add more documentation about the build configuration the lists are generated against.