Attempt to fix Apple buildit bots

llvm-svn: 294731
This commit is contained in:
Eric Fiselier 2017-02-10 09:16:29 +00:00
parent d22c9dc422
commit 637160c55a
1 changed files with 5 additions and 1 deletions

View File

@ -23,7 +23,11 @@
#elif defined(__GLIBCXX__)
// nothing todo
#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
namespace std