Skip to content

Introduce an intentionally-partial CMake-based build system #646

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 3 commits into from
Aug 27, 2022

Conversation

DougGregor
Copy link
Member

Add a CMake-based build system that builds only the main modules
(SwiftSyntax, SwiftDiagnostics, SwiftParser) that would be used in
later stages of a host compiler. It does not run tests or build
auxiliar convenience modules like SwiftSyntaxBuilder that aren't
expected to be used in the compiler itself.

Add a CMake-based build system that builds only the main modules
(SwiftSyntax, SwiftDiagnostics, SwiftParser) that would be used in
later stages of a host compiler. It does not run tests or build
auxiliar convenience modules like SwiftSyntaxBuilder that aren't
expected to be used in the compiler itself.
Avoid the name clash with the C++ parser on case-insensitive file
systems.
@DougGregor DougGregor requested a review from ahoppen as a code owner August 27, 2022 07:21
@DougGregor
Copy link
Member Author

@swift-ci please test

@DougGregor
Copy link
Member Author

That macOS failure makes no sense, because this PR should be a no-op for CI. Trying again...

@DougGregor
Copy link
Member Author

@swift-ci please test

@DougGregor DougGregor merged commit 2cd5873 into swiftlang:main Aug 27, 2022
@DougGregor DougGregor deleted the cmake-build branch August 27, 2022 16:06
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