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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -586,6 +586,8 @@ extension Option {
586
586
publicstaticletF:Option=Option("-F",.joinedOrSeparate, attributes:[.frontend,.synthesizeInterface,.argumentIsPath], helpText:"Add directory to framework search path")
587
587
publicstaticletgccToolchain:Option=Option("-gcc-toolchain",.separate, attributes:[.helpHidden,.argumentIsPath], metaVar:"<path>", helpText:"Specify a directory where the clang importer and clang linker can find headers and libraries")
588
588
publicstaticletgdwarfTypes:Option=Option("-gdwarf-types",.flag, attributes:[.frontend], helpText:"Emit full DWARF type info.", group:.g)
589
+
publicstaticletgenReproducerDir:Option=Option("-gen-reproducer-dir",.separate, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Path to directory where reproducers write to.")
590
+
publicstaticletgenReproducer:Option=Option("-gen-reproducer",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Generate a reproducer for current compilation.")
589
591
publicstaticletgenerateEmptyBaseline:Option=Option("-generate-empty-baseline",.flag, attributes:[.noDriver], helpText:"Generate an empty baseline")
590
592
publicstaticletgenerateEmptyBaseline_:Option=Option("--generate-empty-baseline",.flag, alias:Option.generateEmptyBaseline, attributes:[.noDriver], helpText:"Generate an empty baseline")
591
593
publicstaticletgenerateMigrationScript:Option=Option("-generate-migration-script",.flag, attributes:[.noDriver], helpText:"Compare SDK content in JSON file and generate migration script")
0 commit comments