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:
Erik Eckstein
2025-08-01 08:00:51 +02:00
parent fd4df735de
commit ec8dcc98ad
3 changed files with 6 additions and 6 deletions

View File

@@ -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