llvm-project
63899748 - [libc++] Don't use aligned_alloc on iOS versions before 13 (#110315)

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.
Author
Parents
Loading