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:
Eric Fiselier
2017-02-10 09:16:29 +00:00
parent 1edf3166ef
commit f2dbd02b30

View File

@@ -23,8 +23,12 @@
#elif defined(__GLIBCXX__) #elif defined(__GLIBCXX__)
// nothing todo // nothing todo
#else #else
# 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" # include "support/runtime/new_handler_fallback.ipp"
# endif # endif
#endif
namespace std namespace std
{ {