mirror of
https://github.com/llvm-mirror/libcxx.git
synced 2025-10-23 10:07:41 +08:00
Fix yet another Apple buildit bug
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@294732 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user