mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 07:57:36 +08: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