-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Migrate options from stdlib/CMakeLists.txt
into dedicated file
#40640
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
Migrate options from stdlib/CMakeLists.txt
into dedicated file
#40640
Conversation
preset=stdlib_S_standalone_minimal_macho_x86_64,build,test |
@swift-ci please test Apple Silicon |
@swift-ci please build toolchain |
@swift-ci please smoke test |
Build failed |
Linux Toolchain (Ubuntu 16.04) Install command |
macOS Toolchain Install command |
Please test with following pull request: @swift-ci Please ASAN test |
Focus on options that are not defined in `StandaloneOverlay.cmake` and which defaults are not computed. Addresses rdar://86723819
152172f
to
10f3160
Compare
@swift-ci please test Apple Silicon |
@swift-ci please build toolchain |
@swift-ci please smoke test |
preset=stdlib_S_standalone_minimal_macho_x86_64,build,test |
Build failed |
Linux Toolchain (Ubuntu 16.04) Install command |
@swift-ci Please ASAN test |
This allows the file to be easily included where needed (e.g. `StandaloneOverlay.cmake`) and reduce the likelihood of miscompilation due to missing sensible defaults. Focus on parameters only in stdlib/CMakeLists.txt whose defaults are not computed. This matches swiftlang#40610 + swiftlang#40640 Addresses rdar://86740965
In ASAN test, |
@swift-ci please build toolchain macOS |
This does not happen in package bot, retrying for now. |
@swift-ci please build toolchain macOS |
macOS Toolchain Install command |
…0669) This allows the file to be easily included where needed (e.g. `StandaloneOverlay.cmake`) and reduce the likelihood of miscompilation due to missing sensible defaults. Focus on parameters only in stdlib/CMakeLists.txt whose defaults are not computed. This matches #40610 + #40640 Addresses rdar://86740965
Focus on options that are not defined in
StandaloneOverlay.cmake
andwhich defaults are not computed.
Addresses rdar://86723819