llvm-project
63899748
- [libc++] Don't use aligned_alloc on iOS versions before 13 (#110315)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[libc++] Don't use aligned_alloc on iOS versions before 13 (#110315) There's a check here to not use aligned_alloc on macOS versions before 10.15, this patch adds an equivalent check that tests for iOS 13.
References
#110315 - [libc++] Don't use aligned_alloc on iOS versions before 13
Author
Un1q32
Parents
48dc4d39
Loading