Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd a SWIFT_FREESTANDING_MODULE_NAME CMake option #34018
Merged
Conversation
|
@swift-ci please test |
ainu-bot
added a commit
to google/swift
that referenced
this pull request
Sep 22, 2020
* 'master' of github.com:apple/swift: Add a SWIFT_FREESTANDING_MODULE_NAME CMake option (apple#34018)
|
Looks reasonable to me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Add a SWIFT_FREESTANDING_MODULE_NAME CMake option to be able to select the last part of a .swiftmodule filename when building the "freestanding" variant of stdlib. This is needed to bringup building and testing infrastructure for "freestanding".
Eventually, these flags (SWIFT_FREESTANDING_MODULE_NAME, SWIFT_FREESTANDING_TRIPLE_NAME) should go away, but that can only happen once Clang and Swift actually accept "freestanding" or "none" as a target triple.