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
@@ -763,6 +763,7 @@ extension Option {
763
763
publicstaticletprintModule_:Option=Option("--print-module",.flag, alias:Option.printModule, attributes:[.noDriver], helpText:"Print module names in diagnostics")
764
764
publicstaticletprintPreprocessedExplicitDependencyGraph:Option=Option("-print-preprocessed-explicit-dependency-graph",.flag, attributes:[.helpHidden], helpText:"Print the result of module dependency scanning to output")
765
765
publicstaticletprintStats:Option=Option("-print-stats",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Print various statistics")
766
+
publicstaticletprintSupportedFeatures:Option=Option("-print-supported-features",.flag, attributes:[.frontend], metaVar:"<features>", helpText:"Print information about features supported by the compiler")
766
767
publicstaticletprintTargetInfo:Option=Option("-print-target-info",.flag, attributes:[.frontend], metaVar:"<triple>", helpText:"Print target information for the given target <triple>, such as x86_64-apple-macos10.9")
767
768
publicstaticletprintZeroStats:Option=Option("-print-zero-stats",.flag, attributes:[.helpHidden,.frontend], helpText:"Prints all stats even if they are zero")
768
769
publicstaticletprofileCoverageMapping:Option=Option("-profile-coverage-mapping",.flag, attributes:[.frontend,.noInteractive], helpText:"Generate coverage data for use with profiled execution counts")
0 commit comments