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
@@ -585,6 +585,8 @@ extension Option {
585
585
publicstaticletF:Option=Option("-F",.joinedOrSeparate, attributes:[.frontend,.synthesizeInterface,.argumentIsPath], helpText:"Add directory to framework search path")
586
586
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")
587
587
publicstaticletgdwarfTypes:Option=Option("-gdwarf-types",.flag, attributes:[.frontend], helpText:"Emit full DWARF type info.", group:.g)
588
+
publicstaticletgenReproducerDir:Option=Option("-gen-reproducer-dir",.separate, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Path to directory where reproducers write to.")
589
+
publicstaticletgenReproducer:Option=Option("-gen-reproducer",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Generate a reproducer for current compilation.")
588
590
publicstaticletgenerateEmptyBaseline:Option=Option("-generate-empty-baseline",.flag, attributes:[.noDriver], helpText:"Generate an empty baseline")
589
591
publicstaticletgenerateEmptyBaseline_:Option=Option("--generate-empty-baseline",.flag, alias:Option.generateEmptyBaseline, attributes:[.noDriver], helpText:"Generate an empty baseline")
590
592
publicstaticletgenerateMigrationScript:Option=Option("-generate-migration-script",.flag, attributes:[.noDriver], helpText:"Compare SDK content in JSON file and generate migration script")
0 commit comments