After checking the libc++abi.dylib shipped in macOS 10.13, I can confirm
that it contains the align_val_t variants of operator new and operator
delete. However, the libc++abi.dylib shipped on macOS 10.12 does not.
Details
Details
- Reviewers
ahatanak - Group Reviewers
Restricted Project - Commits
- rG4722b5d1330a: [clang] Correct the macOS version that supports aligned allocation
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo