diff --git a/include/swift/AST/IRGenOptions.h b/include/swift/AST/IRGenOptions.h index 2fa5e98a1e41b..2a88a00365f57 100644 --- a/include/swift/AST/IRGenOptions.h +++ b/include/swift/AST/IRGenOptions.h @@ -446,7 +446,8 @@ class IRGenOptions { EnableReflectionNames(true), EnableAnonymousContextMangledNames(false), ForcePublicLinkage(false), LazyInitializeClassMetadata(false), LazyInitializeProtocolConformances(false), - IndirectAsyncFunctionPointer(false), DisableLegacyTypeInfo(false), + IndirectAsyncFunctionPointer(false), + CompactAbsoluteFunctionPointer(false), DisableLegacyTypeInfo(false), PrespecializeGenericMetadata(false), UseIncrementalLLVMCodeGen(true), UseTypeLayoutValueHandling(true), ForceStructTypeLayouts(false), GenerateProfile(false), EnableDynamicReplacementChaining(false),