Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
David Ungar committed Oct 19, 2020
1 parent 9df301c commit a4258df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftDriver/Driver/Driver.swift
Expand Up @@ -837,7 +837,7 @@ extension Driver {
forceResponseFiles: forceResponseFiles,
recordedInputModificationDates: recordedInputModificationDates)

buildRecordInfo?.writeBuildRecord( jobs, nil)
buildRecordInfo?.writeBuildRecord( jobs, incrementalCompilationState?.skippedInputs)

// If requested, warn for options that weren't used by the driver after the build is finished.
if parsedOptions.hasArgument(.driverWarnUnusedOptions) {
Expand Down

0 comments on commit a4258df

Please sign in to comment.