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
publicstaticletenableExperimentalNamedOpaqueTypes:Option=Option("-enable-experimental-named-opaque-types",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Enable experimental support for named opaque result types")
336
337
publicstaticletenableExperimentalOpaqueTypeErasure:Option=Option("-enable-experimental-opaque-type-erasure",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Type-erases opaque types that conform to @_typeEraser protocols")
@@ -522,6 +523,7 @@ extension Option {
522
523
publicstaticletnostartfiles:Option=Option("-nostartfiles",.flag, attributes:[.helpHidden,.frontend,.noInteractive,.doesNotAffectIncrementalBuild], helpText:"Do not link in the Swift language startup routines")
523
524
publicstaticletnostdimport:Option=Option("-nostdimport",.flag, attributes:[.frontend], helpText:"Don't search the standard library import path for modules")
524
525
publicstaticletnumThreads:Option=Option("-num-threads",.separate, attributes:[.frontend,.doesNotAffectIncrementalBuild], metaVar:"<n>", helpText:"Enable multi-threading and specify number of threads")
526
+
publicstaticletomitExtensionBlockSymbols:Option=Option("-omit-extension-block-symbols",.flag, attributes:[.helpHidden,.frontend,.noInteractive,.supplementaryOutput], helpText:"Directly associate members and conformances with the extended nominal when generating symbol graphs instead of emitting 'swift.extension' symbols for extensions to external types")
525
527
publicstaticletextraClangOptionsOnly:Option=Option("-only-use-extra-clang-opts",.flag, attributes:[.helpHidden,.frontend,.noDriver], helpText:"Options passed via -Xcc are sufficient for Clang configuration")
526
528
publicstaticletOnone:Option=Option("-Onone",.flag, attributes:[.frontend,.moduleInterface], helpText:"Compile without any optimization", group:.O)
527
529
publicstaticletOplayground:Option=Option("-Oplayground",.flag, attributes:[.helpHidden,.frontend,.moduleInterface], helpText:"Compile with optimizations appropriate for a playground", group:.O)
0 commit comments