mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 15:26:47 +00:00

libcxxrt is only used on FreeBSD and the FreeBSD CMake cache already sets LIBCXX_ENABLE_NEW_DELETE_DEFINITIONS to ON, as it should. This avoids defining LIBCXX_ENABLE_NEW_DELETE_DEFINITIONS redundantly in a place where it doesn't belong. Differential Revision: https://reviews.llvm.org/D152971