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
publicstaticletiframework:Option=Option("-iframework",.joinedOrSeparate, attributes:[.noDriver,.argumentIsPath], helpText:"add a directory to the clang importer system framework search path")
604
-
publicstaticletisystem:Option=Option("-isystem",.joinedOrSeparate, attributes:[.noDriver,.argumentIsPath], helpText:"add a directory to the clang importer system header search path")
publicstaticletignoreModuleSourceInfo:Option=Option("-ignore-module-source-info",.flag, attributes:[.frontend,.noDriver], helpText:"Avoid getting source location from .swiftsourceinfo files")
607
606
publicstaticletignoreSpiGroups:Option=Option("-ignore-spi-group",.separate, attributes:[.noDriver], helpText:"SPI group name to not diagnose about")
@@ -676,12 +675,14 @@ extension Option {
676
675
publicstaticletmigrator:Option=Option("-migrator",.flag, attributes:[.noDriver], helpText:"Dump Json suitable for generating migration script")
677
676
publicstaticletmigrator_:Option=Option("--migrator",.flag, alias:Option.migrator, attributes:[.noDriver], helpText:"Dump Json suitable for generating migration script")
678
677
publicstaticletminRuntimeVersion:Option=Option("-min-runtime-version",.separate, attributes:[.helpHidden,.frontend,.noInteractive], helpText:"Specify the minimum runtime version to build force on non-Darwin systems")
678
+
publicstaticletminValidPointerValue:Option=Option("-min-valid-pointer-value=",.joined, attributes:[.helpHidden,.frontend,.noDriver], metaVar:"<value>", helpText:"Overrides the target's least valid pointer value.'")
679
679
publicstaticletminimumAccessLevel:Option=Option("-minimum-access-level",.separate, attributes:[.noDriver], metaVar:"<level>", helpText:"Include symbols with this access level or more")
680
680
publicstaticletmoduleAbiName:Option=Option("-module-abi-name",.separate, attributes:[.frontend,.moduleInterface], helpText:"ABI name to use for the contents of this module")
681
681
publicstaticletmoduleAlias:Option=Option("-module-alias",.separate, attributes:[.frontend,.moduleInterface], metaVar:"<alias_name=real_name>", helpText:"If a source file imports or references module <alias_name>, the <real_name> is used for the contents of the file")
682
682
publicstaticletmoduleCachePath:Option=Option("-module-cache-path",.separate, attributes:[.frontend,.doesNotAffectIncrementalBuild,.synthesizeInterface,.argumentIsPath], helpText:"Specifies the module cache path")
publicstaticletmoduleImportFromCas:Option=Option("-module-import-from-cas",.flag, attributes:[.frontend,.noDriver], helpText:"Import modules from CAS instead of file system")
685
686
publicstaticletmoduleInterfacePreserveTypesAsWritten:Option=Option("-module-interface-preserve-types-as-written",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"When emitting a module interface, preserve types as they were written in the source")
publicstaticletmoduleLinkName:Option=Option("-module-link-name",.separate, attributes:[.frontend,.moduleInterface], helpText:"Library to link against when using this module")
0 commit comments