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
+2
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,7 @@ extension Option {
111
111
publicstaticletdebugForbidTypecheckPrefix:Option=Option("-debug-forbid-typecheck-prefix",.separate, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Triggers llvm fatal_error if typechecker tries to typecheck a decl with the provided prefix name")
publicstaticletdebugInfoFormat:Option=Option("-debug-info-format=",.joined, attributes:[.frontend], helpText:"Specify the debug info format type to either 'dwarf' or 'codeview'")
114
+
publicstaticletdwarfVersion:Option=Option("-dwarf-version=",.joined, attributes:[.frontend], helpText:"DWARF debug info version to produce if requested")
114
115
publicstaticletdebugInfoStoreInvocation:Option=Option("-debug-info-store-invocation",.flag, attributes:[.frontend], helpText:"Emit the compiler invocation in the debug info.")
115
116
publicstaticletdebugMapping:Option=Option("-debug-mapping",.flag, attributes:[.noDriver], helpText:"Dumping information for debug purposes")
116
117
publicstaticletdebugMapping_:Option=Option("--debug-mapping",.flag, alias:Option.debugMapping, attributes:[.noDriver], helpText:"Dumping information for debug purposes")
0 commit comments