
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. Differential Revision: https://reviews.llvm.org/D129198