Removed raw references to __APPLE__; now just check to see if it is defined.

llvm-svn: 177297
This commit is contained in:
Marshall Clow
2013-03-18 17:45:34 +00:00
parent e8f1cf478b
commit b56e8587af
10 changed files with 16 additions and 16 deletions

View File

@@ -20,7 +20,7 @@
#define __has_include(inc) 0
#endif
#if __APPLE__
#ifdef __APPLE__
#include <cxxabi.h>
#elif defined(LIBCXXRT) || __has_include(<cxxabi.h>)
#include <cxxabi.h>