swift
4d62c521 - [Runtime] Avoid dlsym of objc_isUniquelyReferenced.

Commit
1 year ago
[Runtime] Avoid dlsym of objc_isUniquelyReferenced. We attempted to use the declaration if it exists, and fall back to dlsym. This didn't actually work and we always call dlsym. Include the right header (when available) and add a weak check to the direct call. rdar://127116080
Author
Committer
Parents
Loading