Skip to content

SwiftCore: Cache computed platform info #82134

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
Jun 10, 2025

Conversation

etcwilde
Copy link
Member

Implements a similar caching mechanism to what CMake uses for detecting the compiler. The file is created based on the computed values and allows us to avoid calling the compiler if we aren't going to extract out any platform info.

Implements a similar caching mechanism to what CMake uses for detecting
the compiler. The file is created based on the computed values and
allows us to avoid calling the compiler if we aren't going to extract
out any platform info.
@etcwilde
Copy link
Member Author

@swift-ci please smoke test

@etcwilde
Copy link
Member Author

@swift-ci please smoke test macOS

@etcwilde
Copy link
Member Author

@swift-ci please smoke test Linux

@etcwilde etcwilde merged commit 72da5a7 into swiftlang:main Jun 10, 2025
3 checks passed
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.

2 participants