-
Notifications
You must be signed in to change notification settings - Fork 216
[Incremental] Honor -driver-always-rebuild-dependents #400
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
[Incremental] Honor -driver-always-rebuild-dependents #400
Conversation
|
@swift-ci please test |
| case .needsCascadingBuild: | ||
| switch (status, alwaysRebuildDependents) { | ||
|
|
||
| case (_, true): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add a test that exercises the (.upToDate, true) to ensure this is not regressed in the future?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One of the legacy lit tests already does so; that's how I found the issue. But, let me see if I can add an XC test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And thanks!
|
@swift-ci please test |
|
Thank you, @davidungar! |
66f1641 to
ada2f1c
Compare
|
@swift-ci please test |
ada2f1c to
b3c309f
Compare
|
@swift-ci please test |
|
Fixes rdar://72157018 |
In order to pass legacy tests, honor -driver-always-rebuild-dependents