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>")
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>")
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>")
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>")
391
+
publicstaticletemitVariantModulePath:Option=Option("-emit-variant-module-path",.separate, attributes:[.noInteractive,.argumentIsPath,.supplementaryOutput,.cacheInvariant], metaVar:"<path>", helpText:"Emit an importable module for the target variant at the specified path")
392
+
publicstaticletemitVariantModuleSourceInfoPath:Option=Option("-emit-variant-module-source-info-path",.separate, attributes:[.frontend,.noInteractive,.argumentIsPath,.supplementaryOutput], metaVar:"<path>", helpText:"Output module source info file for the target variant to <path>")
393
+
publicstaticletemitVariantPackageModuleInterfacePath:Option=Option("-emit-variant-package-module-interface-path",.separate, attributes:[.frontend,.noInteractive,.argumentIsPath,.supplementaryOutput,.cacheInvariant], metaVar:"<path>", helpText:"Output package module interface file for the target variant to <path>")
394
+
publicstaticletemitVariantPrivateModuleInterfacePath:Option=Option("-emit-variant-private-module-interface-path",.separate, attributes:[.frontend,.noInteractive,.argumentIsPath,.supplementaryOutput,.cacheInvariant], metaVar:"<path>", helpText:"Output private module interface file for the target variant to <path>")
387
395
publicstaticletemitVerboseSil:Option=Option("-emit-verbose-sil",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Emit locations during SIL emission")
388
396
publicstaticletemptyAbiDescriptor:Option=Option("-empty-abi-descriptor",.flag, attributes:[.frontend,.noDriver], helpText:"Avoid printing actual module content into ABI descriptor file")
389
397
publicstaticletemptyBaseline:Option=Option("-empty-baseline",.flag, attributes:[.noDriver], helpText:"Use empty baseline for diagnostics")
0 commit comments