Fix yet another Apple buildit bug

llvm-svn: 294732
This commit is contained in:
Eric Fiselier 2017-02-10 09:25:15 +00:00
parent 637160c55a
commit 2279ee3144
1 changed files with 3 additions and 1 deletions

View File

@ -9,8 +9,10 @@
#include "typeinfo"
// FIXME: Remove __APPLE__ default here once buildit is gone.
#if (!defined(_LIBCPP_ABI_MICROSOFT) && !defined(LIBCXX_BUILDING_LIBCXXABI) && \
!defined(LIBCXXRT) && !defined(__GLIBCXX__)) || \
!defined(LIBCXXRT) && !defined(__GLIBCXX__) && \
!defined(__APPLE__)) || \
defined(_LIBCPP_BUILDING_HAS_NO_ABI_LIBRARY) // FIXME: remove this configuration.
std::type_info::~type_info()
{