Skip to content

Build support library #811

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 2 commits into from
Sep 18, 2022
Merged

Conversation

DougGregor
Copy link
Member

Create separate module for compiler support (SwiftCompilerSupport) that can pull in the various modules whose functionality will be needed by the compiler. We'll stage this in and eventually move the consistency checking code out of SwiftParser and into here.

While here, add CMake build rules for the SwiftOperators module as well. We'll need it for the compiler.

The compiler support library is going to pull in a number of different
modules from this package, and provide APIs that only make sense for
the compiler itself. Separate those into their own module.
@DougGregor DougGregor requested a review from ahoppen as a code owner September 18, 2022 06:58
@DougGregor
Copy link
Member Author

@swift-ci please test

@DougGregor DougGregor merged commit 007e8f1 into swiftlang:main Sep 18, 2022
@DougGregor DougGregor deleted the build-support-library branch September 18, 2022 14:10
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