phosek updated this revision to Diff 141933. phosek marked an inline comment as done.
Repository: rCXX libc++ https://reviews.llvm.org/D45304 Files: libcxx/include/__config Index: libcxx/include/__config =================================================================== --- libcxx/include/__config +++ libcxx/include/__config @@ -36,8 +36,12 @@ #define _LIBCPP_VERSION 7000 #ifndef _LIBCPP_ABI_VERSION +#ifdef __Fuchsia__ +#define _LIBCPP_ABI_VERSION 2 +#else #define _LIBCPP_ABI_VERSION 1 #endif +#endif #if defined(__ELF__) # define _LIBCPP_OBJECT_FORMAT_ELF 1
Index: libcxx/include/__config =================================================================== --- libcxx/include/__config +++ libcxx/include/__config @@ -36,8 +36,12 @@ #define _LIBCPP_VERSION 7000 #ifndef _LIBCPP_ABI_VERSION +#ifdef __Fuchsia__ +#define _LIBCPP_ABI_VERSION 2 +#else #define _LIBCPP_ABI_VERSION 1 #endif +#endif #if defined(__ELF__) # define _LIBCPP_OBJECT_FORMAT_ELF 1
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits