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
publicstaticletemitTbdPath:Option=Option("-emit-tbd-path",.separate, attributes:[.frontend,.noInteractive,.argumentIsPath,.supplementaryOutput,.cacheInvariant], metaVar:"<path>", helpText:"Emit the TBD file to <path>")
386
386
publicstaticletemitTbd:Option=Option("-emit-tbd",.flag, attributes:[.frontend,.noInteractive,.supplementaryOutput], helpText:"Emit a TBD file")
387
+
publicstaticletemitVariantAbiDescriptorPath:Option=Option("-emit-variant-abi-descriptor-path",.separate, attributes:[.frontend,.noDriver,.cacheInvariant], metaVar:"<path>", helpText:"Output the ABI descriptor of current target variant module to <path>")
387
388
publicstaticletemitVariantApiDescriptorPath:Option=Option("-emit-variant-api-descriptor-path",.separate, attributes:[.frontend,.noInteractive,.argumentIsPath,.supplementaryOutput,.cacheInvariant], metaVar:"<path>", helpText:"Output a JSON file describing the target variant module's API to <path>")
388
389
publicstaticletemitVariantModuleDocPath:Option=Option("-emit-variant-module-doc-path",.separate, attributes:[.frontend,.noDriver,.cacheInvariant], metaVar:"<path>", helpText:"Output module documentation file for the target variant to <path>")
389
390
publicstaticletemitVariantModuleInterfacePath:Option=Option("-emit-variant-module-interface-path",.separate, attributes:[.frontend,.noInteractive,.argumentIsPath,.supplementaryOutput,.cacheInvariant], metaVar:"<path>", helpText:"Output module interface file for the target variant to <path>")
0 commit comments