1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

Clarify some of the wording on adding a new subcomponent to the

C API.

llvm-svn: 255302
This commit is contained in:
Eric Christopher 2015-12-10 21:46:24 +00:00
parent cb61a69d4f
commit 4d1733dc41

View File

@ -545,8 +545,8 @@ other patch.
* Including new things into the API: If an LLVM subcomponent has a C API already * Including new things into the API: If an LLVM subcomponent has a C API already
included, then expanding that C API is acceptable. Adding C API for subcomponents included, then expanding that C API is acceptable. Adding C API for subcomponents
that don't currently have one is fine, and the details of how best to design that that don't currently have one need to be discussed on the mailing list for design
API should be discussed on the mailing list. and maintainability feedback prior to implementation.
* Documentation: Any changes to the C API are required to be documented in the * Documentation: Any changes to the C API are required to be documented in the
release notes so that its clear to external users who do not follow the project release notes so that its clear to external users who do not follow the project