File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -537,7 +537,7 @@ class IRGenOptions {
537537 UseTypeLayoutValueHandling(true ), ForceStructTypeLayouts(false ),
538538 EnableLayoutStringValueWitnesses(false ),
539539 EnableLayoutStringValueWitnessesInstantiation(false ),
540- EnableObjectiveCProtocolSymbolicReferences(false ),
540+ EnableObjectiveCProtocolSymbolicReferences(true ),
541541 GenerateProfile(false ), EnableDynamicReplacementChaining(false ),
542542 DisableDebuggerShadowCopies(false ),
543543 DisableConcreteTypeMetadataMangledNameAccessors(false ),
Original file line number Diff line number Diff line change @@ -590,7 +590,7 @@ ASTContext::getInitRawStructMetadataAvailability() {
590590}
591591
592592AvailabilityContext ASTContext::getObjCSymbolicReferencesAvailability () {
593- return getSwiftFutureAvailability ();
593+ return getSwift511Availability ();
594594}
595595
596596AvailabilityContext ASTContext::getSwift52Availability () {
You can’t perform that action at this time.
0 commit comments