Attempt to fix Apple buildit bots
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@294731 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -23,7 +23,11 @@
|
|||||||
#elif defined(__GLIBCXX__)
|
#elif defined(__GLIBCXX__)
|
||||||
// nothing todo
|
// nothing todo
|
||||||
#else
|
#else
|
||||||
#include "support/runtime/new_handler_fallback.ipp"
|
# if defined(__APPLE__) && !defined(_LIBCPP_BUILDING_HAS_NO_ABI_LIBRARY)
|
||||||
|
# include <cxxabi.h> // FIXME: remove this once buildit is gone.
|
||||||
|
# else
|
||||||
|
# include "support/runtime/new_handler_fallback.ipp"
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace std
|
namespace std
|
||||||
|
|||||||
Reference in New Issue
Block a user