mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-03 07:38:57 +00:00
Fix yet another Apple buildit bug
llvm-svn: 294732
This commit is contained in:
parent
637160c55a
commit
2279ee3144
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user