Skip to content

[Sema] Accept and store the IPI library-level #62148

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 17, 2022

Conversation

xymus
Copy link
Contributor

@xymus xymus commented Nov 17, 2022

Accept the ipi argument to the -library-level flag. IPI stands for Internal Programming Interface and describes a module that's not to be distributed outside of its project.

In the future, the compiler could use that information to report when a distributed module (api or spi) imports publicly a module that's not distributed.

rdar://102435183

Prepare to accept the `ipi` argument to the `-library-level` flag. IPI
stands for Internal Programming Interface and would describe a module
that's not to be distributed outside of its project.

In the future, the compiler could use that information to report when a
distributed module (api or spi) imports publicly a module that's not
distributed.

rdar://102435183
@xymus
Copy link
Contributor Author

xymus commented Nov 17, 2022

@swift-ci Please smoke test

@xymus xymus requested a review from elsh November 17, 2022 18:25
@xymus xymus merged commit 9f34fa3 into swiftlang:main Nov 17, 2022
@xymus xymus deleted the library-level-ipi-intro branch November 17, 2022 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant