We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a394742 + 928e73e commit 95dfdb6Copy full SHA for 95dfdb6
include/swift/AST/IRGenOptions.h
@@ -446,7 +446,8 @@ class IRGenOptions {
446
EnableReflectionNames(true), EnableAnonymousContextMangledNames(false),
447
ForcePublicLinkage(false), LazyInitializeClassMetadata(false),
448
LazyInitializeProtocolConformances(false),
449
- IndirectAsyncFunctionPointer(false), DisableLegacyTypeInfo(false),
+ IndirectAsyncFunctionPointer(false),
450
+ CompactAbsoluteFunctionPointer(false), DisableLegacyTypeInfo(false),
451
PrespecializeGenericMetadata(false), UseIncrementalLLVMCodeGen(true),
452
UseTypeLayoutValueHandling(true), ForceStructTypeLayouts(false),
453
GenerateProfile(false), EnableDynamicReplacementChaining(false),
0 commit comments