Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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.
- Loading branch information