We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2b5bf7 commit c273a61Copy full SHA for c273a61
include/swift/Driver/Job.h
@@ -235,10 +235,7 @@ class Job {
235
// Be maximally conservative with dependencies.
236
Always,
237
// The input changed, or this job was scheduled as non-cascading in the last
238
- // build
239
- // but didn't get to run.
240
- // The scheduled-but-didn't-run condition is detected when the job was not
241
- // dirty but its primary output was missing.
+ // build but didn't get to run.
242
RunWithoutCascading,
243
// The best case: input didn't change, output exists.
244
// Only run if it depends on some other thing that changed.
0 commit comments