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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -336,7 +336,7 @@ extension Option {
336
336
publicstaticletglineTablesOnly:Option=Option("-gline-tables-only",.flag, attributes:[.frontend], helpText:"Emit minimal debug info for backtraces only", group:.g)
publicstaticletgroupInfoPath:Option=Option("-group-info-path",.separate, attributes:[.helpHidden,.frontend,.noDriver], helpText:"The path to collect the group information of the compiled module")
339
-
publicstaticletdebugOnSil:Option=Option("-gsil",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Write the SIL into a file and generate debug-info to debug on SIL level.")
339
+
publicstaticletdebugOnSil:Option=Option("-sil-based-debuginfo",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Write the SIL into a file and generate debug-info to debug on SIL level.")
340
340
publicstaticletg:Option=Option("-g",.flag, attributes:[.frontend], helpText:"Emit debug info. This is the preferred setting for debugging with LLDB.", group:.g)
341
341
publicstaticlethelpHidden:Option=Option("-help-hidden",.flag, attributes:[.helpHidden,.frontend], helpText:"Display available options, including hidden options")
342
342
publicstaticlethelpHidden_:Option=Option("--help-hidden",.flag, alias:Option.helpHidden, attributes:[.helpHidden,.frontend], helpText:"Display available options, including hidden options")
0 commit comments