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 @@ -594,7 +594,7 @@ ASTContext::getInitRawStructMetadataAvailability() {
594
594
}
595
595
596
596
AvailabilityContext ASTContext::getObjCSymbolicReferencesAvailability () {
597
- return getSwiftFutureAvailability ();
597
+ return getSwift511Availability ();
598
598
}
599
599
600
600
AvailabilityContext ASTContext::getSwift52Availability () {
You can’t perform that action at this time.
0 commit comments