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 {
537
537
UseTypeLayoutValueHandling(true ), ForceStructTypeLayouts(false ),
538
538
EnableLayoutStringValueWitnesses(false ),
539
539
EnableLayoutStringValueWitnessesInstantiation(false ),
540
- EnableObjectiveCProtocolSymbolicReferences(false ),
540
+ EnableObjectiveCProtocolSymbolicReferences(true ),
541
541
GenerateProfile(false ), EnableDynamicReplacementChaining(false ),
542
542
DisableDebuggerShadowCopies(false ),
543
543
DisableConcreteTypeMetadataMangledNameAccessors(false ),
Original file line number Diff line number Diff line change @@ -590,7 +590,7 @@ ASTContext::getInitRawStructMetadataAvailability() {
590
590
}
591
591
592
592
AvailabilityContext ASTContext::getObjCSymbolicReferencesAvailability () {
593
- return getSwiftFutureAvailability ();
593
+ return getSwift511Availability ();
594
594
}
595
595
596
596
AvailabilityContext ASTContext::getSwift52Availability () {
You can’t perform that action at this time.
0 commit comments