Let's not try to be clever and detect it based on the libc++abi setting.
The only build that puts new/delete in libc++abi is Apple's and we set
this CMake option explicitly in both libc++ and libc++abi. Complicated
dependent options hurt, let's avoid them when possible.
Details
Details
- Reviewers
phosek EricWF - Commits
- rCXX358671: [libc++][CMake] Always provide new/delete in libc++ unless specified otherwise
rG17a75f7e55bb: [libc++][CMake] Always provide new/delete in libc++ unless specified otherwise
rL358671: [libc++][CMake] Always provide new/delete in libc++ unless specified otherwise
Diff Detail
Diff Detail
- Repository
- rL LLVM