mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Property descriptors for static properties were only recently introduced with SE-438. Since these symbols are not present in Swift libraries that were compiled with earlier versions of the compiler, it is not safe for `#_hasSymbol` to check for the property descriptor symbols, since they can be absent at either link time or runtime. Resolves rdar://139749275.