You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/SwiftOptions/Options.swift
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -745,6 +745,7 @@ extension Option {
745
745
publicstaticletsaveOptimizationRecord:Option=Option("-save-optimization-record",.flag, attributes:[.frontend], helpText:"Generate a YAML optimization record file")
publicstaticletscanDependencies:Option=Option("-scan-dependencies",.flag, attributes:[.frontend,.noInteractive,.doesNotAffectIncrementalBuild], helpText:"Scan dependencies of the given Swift sources", group:.modes)
748
+
publicstaticletscannerModuleValidation:Option=Option("-scanner-module-validation",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Validate binary modules in the dependency scanner")
748
749
publicstaticletscannerPrefixMapSdk:Option=Option("-scanner-prefix-map-sdk",.separate, attributes:[], metaVar:"<path>", helpText:"Remap paths within SDK reported by dependency scanner")
749
750
publicstaticletscannerPrefixMapToolchain:Option=Option("-scanner-prefix-map-toolchain",.separate, attributes:[], metaVar:"<path>", helpText:"Remap paths within toolchain directory reported by dependency scanner")
750
751
publicstaticletscannerPrefixMap:Option=Option("-scanner-prefix-map",.separate, attributes:[.frontend], metaVar:"<prefix=replacement>", helpText:"Remap paths reported by dependency scanner")
0 commit comments