swift
09533a13
- [Runtime] Narrow Apple platform check for _swift_isPrivilegedProcess.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 day ago
[Runtime] Narrow Apple platform check for _swift_isPrivilegedProcess. We specifically want macOS, iOS, etc., so use TARGET_OS_OSX || TARGET_OS_IPHONE instead of __APPLE__.
References
#91643 - [Runtime] Narrow Apple platform check for _swift_isPrivilegedProcess.
Author
mikeash
Parents
abfd8723
Loading