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
This option and its argument, when specified on the driver command line, should
be passed through to jobs that emit modules and have access to the whole
module.
Resolves rdar://116538520
Copy file name to clipboardExpand all lines: Sources/SwiftOptions/Options.swift
+2
Original file line number
Diff line number
Diff line change
@@ -273,6 +273,7 @@ extension Option {
273
273
publicstaticletembedBitcode:Option=Option("-embed-bitcode",.flag, attributes:[.frontend,.noInteractive], helpText:"Embed LLVM IR bitcode as data")
274
274
publicstaticletembedTbdForModule:Option=Option("-embed-tbd-for-module",.separate, attributes:[.frontend], helpText:"Embed symbols from the module in the emitted tbd file")
275
275
publicstaticletemitAbiDescriptorPath:Option=Option("-emit-abi-descriptor-path",.separate, attributes:[.frontend,.noDriver,.cacheInvariant], metaVar:"<path>", helpText:"Output the ABI descriptor of current module to <path>")
276
+
publicstaticletemitApiDescriptorPath:Option=Option("-emit-api-descriptor-path",.separate, attributes:[.frontend,.noInteractive,.argumentIsPath,.supplementaryOutput,.cacheInvariant], metaVar:"<path>", helpText:"Output the API descriptor of current module to <path>")
0 commit comments