Skip to content

Commit

Permalink
Merge pull request swiftlang#307 from nkcsgexi/70300892
Browse files Browse the repository at this point in the history
Regenerate Options.swift after fixing the option group of -L=
  • Loading branch information
nkcsgexi committed Oct 14, 2020
2 parents 3fee088 + 8654b0f commit e5d4c4e
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 33 deletions.
4 changes: 0 additions & 4 deletions Sources/SwiftDriver/Jobs/FrontendJobHelpers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -161,17 +161,13 @@ extension Driver {
try commandLine.appendLast(.packageDescriptionVersion, from: &parsedOptions)
try commandLine.appendLast(.serializeDiagnosticsPath, from: &parsedOptions)
try commandLine.appendLast(.debugDiagnosticNames, from: &parsedOptions)
try commandLine.appendLast(.enableAstscopeLookup, from: &parsedOptions)
try commandLine.appendLast(.disableAstscopeLookup, from: &parsedOptions)
try commandLine.appendLast(.disableParserLookup, from: &parsedOptions)
try commandLine.appendLast(.sanitizeRecoverEQ, from: &parsedOptions)
try commandLine.appendLast(.scanDependencies, from: &parsedOptions)
try commandLine.appendLast(.scanClangDependencies, from: &parsedOptions)
try commandLine.appendLast(.fineGrainedDependencyIncludeIntrafile, from: &parsedOptions)
try commandLine.appendLast(.enableExperimentalConcisePoundFile, from: &parsedOptions)
try commandLine.appendLast(.printEducationalNotes, from: &parsedOptions)
try commandLine.appendLast(.diagnosticStyle, from: &parsedOptions)
try commandLine.appendLast(.enableDirectIntramoduleDependencies, .disableDirectIntramoduleDependencies, from: &parsedOptions)
try commandLine.appendLast(.locale, from: &parsedOptions)
try commandLine.appendLast(.localizationPath, from: &parsedOptions)
try commandLine.appendLast(.requireExplicitAvailability, from: &parsedOptions)
Expand Down
Loading

0 comments on commit e5d4c4e

Please sign in to comment.