-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Remove the -enable-ossa-modules
option
#84530
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
Remove the -enable-ossa-modules
option
#84530
Conversation
OSSA modules are enabled by default. The compiler still accepts this option but it has no effect.
…Eliminator pass Also remove the `skipStdlibModule` flag from the OwnershipModelEliminator, because it's always false
@swift-ci smoke test |
@swift-ci smoke test |
Please test with following PR: @swift-ci smoke test |
Please test with following PR: @swift-ci test |
swiftlang/llvm-project#11505 |
swiftlang/llvm-project#11505 |
swiftlang/llvm-project#11505 |
swiftlang/llvm-project#11505 |
OSSA modules are enabled by default since a while.
The compiler still accepts this option but it has no effect.