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 b5c2b8dc92
commit dedacf9c73
1 changed files with 2 additions and 2 deletions

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