mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
rename the feature AddressOfProperty to AddressOfProperty2
Fixes a build problem when using a mainline compiler with a 6.2 Swift.swiftinterface file. This was caused by mistakenly cherry-picking the `#if $AddressOfProperty` conditions in the stdlib into 6.2 without the required compiler change.
This commit is contained in:
@@ -440,7 +440,7 @@ static bool usesFeatureDefaultIsolationPerFile(Decl *D) {
|
||||
UNINTERESTING_FEATURE(BuiltinSelect)
|
||||
UNINTERESTING_FEATURE(BuiltinInterleave)
|
||||
UNINTERESTING_FEATURE(BuiltinVectorsExternC)
|
||||
UNINTERESTING_FEATURE(AddressOfProperty)
|
||||
UNINTERESTING_FEATURE(AddressOfProperty2)
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// MARK: - FeatureSet
|
||||
|
||||
Reference in New Issue
Block a user