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
+6
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,9 @@ extension Option {
65
65
publicstaticletcacheDisableReplay:Option=Option("-cache-disable-replay",.flag, attributes:[.frontend,.cacheInvariant], helpText:"Skip loading the compilation result from cache")
66
66
publicstaticletcacheReplayPrefixMap:Option=Option("-cache-replay-prefix-map",.separate, attributes:[.frontend,.noDriver,.cacheInvariant], metaVar:"<prefix=replacement>", helpText:"Remap paths when replaying outputs from cache")
67
67
publicstaticletcandidateModuleFile:Option=Option("-candidate-module-file",.separate, attributes:[.helpHidden,.frontend,.noDriver], metaVar:"<path>", helpText:"Specify Swift module may be ready to use for an interface")
68
+
publicstaticletcasBackendMode:Option=Option("-cas-backend-mode=",.joined, attributes:[.frontend,.noDriver], metaVar:"native|casid|verify", helpText:"CASBackendMode for output kind")
69
+
publicstaticletcasBackend:Option=Option("-cas-backend",.flag, attributes:[.frontend,.noDriver], helpText:"Enable using CASBackend for object file output")
70
+
publicstaticletcasEmitCasidFile:Option=Option("-cas-emit-casid-file",.flag, attributes:[.frontend,.noDriver], helpText:"Emit .casid file next to object file when CAS Backend is enabled")
68
71
publicstaticletcasFs:Option=Option("-cas-fs",.separate, attributes:[.helpHidden,.frontend,.noDriver], metaVar:"<cas-id>", helpText:"Root CASID for CAS FileSystem")
69
72
publicstaticletcasPath:Option=Option("-cas-path",.separate, attributes:[.frontend,.cacheInvariant], metaVar:"<path>", helpText:"Path to CAS")
70
73
publicstaticletcasPluginOption:Option=Option("-cas-plugin-option",.separate, attributes:[.frontend], metaVar:"<name>=<option>", helpText:"Option pass to CAS Plugin")
0 commit comments